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.
What does these ERROR and WARNING messages mean? #4127
Comments
|
The backslash ( You can pass in the |
|
Thanks. Worked. |
I've been using this format which has worked quite nicely for a long time:
youtube-dl -ix --playlist-start 1 --playlist-end 2 --write-thumbnail --audio-format mp3 https://www.youtube.com/user/DiscoverTheVibes/video \ -o '/home/ubuntu-gnome/Music/%(ext)s'
Unfortunately, I can't download to directories again. This is the error I receive:
ERROR: u'-o' is not a valid URL. Set --default-search "ytsearch" (or run youtube-dl "ytsearch:-o" ) to search YouTube
WARNING: The url doesn't specify the protocol, trying with http
[generic] %(ext)s: Requesting header
WARNING: Could not send HEAD request to http:///home/ubuntu-gnome/Music/%(ext)s:
WARNING: Falling back on generic information extractor.
[generic] %(ext)s: Downloading webpage
ERROR: Unable to download webpage:
ubuntu-gnome@ubuntu-gnome:~$