Youtube Backup

Illustrated infographic summarizing: Youtube Backup

Don't hesitate to contact me, if you need all your videos, comments, subtitles, annotations downloaded.

Check out this article: http://tubularinsights.com/backup-entire-youtube-channel-creators-tip-1…

Here is the direct backup link: https://takeout.google.com/settings/takeout#custom:youtube

You can also use the cool tool youtube-dl to have more control of your backup:

If you want all your comments on your youtube videos you will also need to play around with these or similar comment scraping tool: 

Youtube Backup Script

startID=$(ls *.jpg -l | grep -v ^l | wc -l)
((startID=startID - 3))

#StartID override
startID=1

echo $startID
nice -n 19 youtube-dl https://www.youtube.com/c/plantsugar --write-description --write-info-json --write-annotations --write-all-thumbnails --all-subs --no-overwrites --playlist-start $startID

 

Latest articles

An Apache version below 2.4.68 may still be patched. Package provenance, vendor advisories, module checks and runtime evidence reveal the real position.

PHP 8.2 security support ends on December 31, 2026. Here is how to audit, test, and migrate a mixed CMS estate without rushing production changes.

How Danish businesses can automate Gmail and Microsoft 365 with rapid sorting, limited permissions and human approval.

When WordPress jobs run late, check WP-Cron and queue capacity first. Diagnose triggers, handlers, and Action Scheduler without guesswork.

WordPress 7.1 makes speculative loading configurable. Here’s how to spot overlapping rules and test speed gains without adding hidden costs.

Multiple records for the same customer in HubSpot? Learn how CVR number matching, AI suggestions and human approval can help you clean up duplicates while keeping track of fields, associations and customer history.

Before a Google AI shopping pilot, check which products qualify, where your catalog data disagrees, and whether checkout reflects your delivery and return terms.

Check whether prompt caching reduces cost per completed task, accounting for cache writes, retries, review effort and the charges on your provider's bill.

A practical Drupal translation workflow for Danish service pages: German review, commercial approval, publication and keeping translations current after edits.

Build a weekly marketing report from GA4 and Google Ads with verified calculations, clear data caveats and a short AI draft to support your Monday meeting.