I've found it inconvenient to touch YT anymore, and I hate to use anything Google, but still love watching YT videos. So I have created this little guide to download your subscriptions over Tor via a cron job.
> Install Tor, this can be done on systems with APT by typing sudo apt-get install tor
> Install youtube-dl, this can be done on systems with APT by typing sudo apt-get install youtube-dl
> Download the following script
https://gist.github.com/vmassuchetto/10338703
> Modify it to your needs, filling in your YouTube credentials
> Make the script executable by typing chmod +x youtube-dl-cron.sh
> Type crontab -e
> Add a line to the end of the cron file with the following:
@reboot torify /path/to/script/youtube-dl-cron.sh
Now everytime you start your computer you will automatically download your latest subscriptions over Tor!