youtube-sync
youtube-sync copied to clipboard
Script for maintaining an up-to-date offline mirror of a YouTube channel.
As first mentioned [here](https://github.com/PotcFdk/youtube-sync/pull/21#issuecomment-751550795) I have, in the past, been thinking about maybe rewriting the project in another language. The main motivation here is that I still have [new features](https://github.com/PotcFdk/youtube-sync/issues/11#issuecomment-545159344)...
# The current plan for everything related to formats, filenames and codecs is now located [here](https://github.com/PotcFdk/youtube-sync/issues/11#issuecomment-545159344) ## Old issue description: #9 has added a way to set the -f parameter...
## Verbose log ``` ./youtube-sync update PursuitofWonder [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [u'-v', u'-i', u'-f', u'22/136+bestaudio[ext=m4a]/bestvideo[height When i try to...
Save (and keep updated) more than just the video title. youtube-dl can also grab a video's description. Maybe add optional version control (git) support to keep track of changes to...
While any video belongs to exactly one channel, we do support playlists and thus can have a lot of cases where a video belongs to several different profiles. However, each...
New YouTube videos might take some time to encode. Thus, we might have, for example, downloaded the 360p version whereas we can later fetch the 1080p version. Currently, an existing...
Simple fix, posting it here so that I don't forget.