Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add Youtube subscription feed download #498
Comments
|
I've added it, but it will need to know your login info (the
|
|
Good stuff! |
|
The |
|
Hi. I tried using your feature, but it seems I do something wrong. I'm using this command line [#]_ to download the videos posted today on the channels I follow (with -s to test, and login name and password replaced). The problem is that it seems to want to download all the videos on my subscription feed, and not only the ones I selected. Joined the log_ of the session. youtube-dl version : 2013.08.23. Thanks for your attention. PS : this feature is not really documented in the man page and README. .. [#] |
|
@Yamakaky please open a new issue for improving the documentation (contributions welcomed). |
|
It's written 'Downloading video #1 to 381' so it seems not to work ^^ |
|
It seems to work fine:
The message |
|
I understand what it is doing. It check if the video needs to be downloaded before each download, not all at the beginning. It's not very efficient, especially to get a few in a lot, or to continue stopped download of a long playlist. I gonna open an issue for that. Thanks for your answer. |
|
sorry for picking up this ticket, but it was what google provided me with. $ youtube-dl --version youtube-dl --verbose -i -u email@domain.tld :ytsubs any help would be appreciated :( |
|
@FernandoMiguel Please open a new issue for new problems. That simplifies tracking them, and means that we can close the issue once your problem has been solved. |
https://github.com/HaydenRU/Random-Python-Scripts/blob/master/ytsubdl.py
I'm sorry that i can't commit properly, your code is way too advanced to understand for me.
I wrote this little script to download last 20 videos from one's Youtube subscription feed.
It parses RSS to grab video links and then downloads them one by one (should have probably used youtube-dl -a, but oh well).
It is very handy to run this as cron job and download last videos on schedule.
I very much admire your work, thanks for a great tool!