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:
- https://github.com/egbertbouman/youtube-comment-downloader
- https://github.com/philbot9/youtube-comment-scraper
Youtube Backup Script
startID=$(ls *.jpg -l | grep -v ^l | wc -l)
((startID=startID - 3))#StartID override
startID=1echo $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