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.
Is there a way to download the audio only from a watch later list using youtube-dl? #11193
Comments
|
(Ubuntu 15.10) |
|
no , the video now has been deleted ,this is the message you will obtain This video has been removed for violating YouTube's policy on hate speech |
|
use to download |
|
Well, this format works well for playlists but I want to download the watch later list: Works for playlist: youtube-dl -i --extract-audio --audio-format mp3 https://www.youtube.com/playlist?list=PLi1FCxGBD-x6HW2OD0534F-NWjKXY2pyo Does not work for watch later list (just downloads the first audio file, not the whole list): youtube-dl -i --extract-audio --audio-format mp3 https://www.youtube.com/watch?v=p_rQ-bcYrQc&list=WL So, what I'm wondering is if it's possible to download the whole watch later list somehow rather than having to generate a playlist first? |
|
The reason this isn't working is because the "&" character in your command tells the shell to run two commands. With the quoted URL, youtube-dl will see the |
|
Cool. That seems to work. Although sometimes it just downloads the first few videos and then I get some error message. I might be updating this thread again with regard to those pesky error messages : ) |
|
I am using this to download list, extract music and resume if it's stop |
|
Im surprised no one has used --yes-playlist Use double quotes around url if '&' is in the url or change the & => |
Is there a way to download the audio only from a watch later list using youtube-dl?
I have tried downloading the audio from this whole watch later list using this format:
youtube-dl -f 140 http://m.youtube.com/watch?list=WL&v=reZ4na9tc5Y
I get an error message:
ERROR: Unsupported URL: https://www.youtube.com/
If possible, please describe the command I should use to achieve my goal.
Tag