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.
Fish shell doesn't work (tested with OSX 10.9) #5507
Comments
|
For all shells, including Fish, you need to enclose URLs with '?' or '&' in single or double quotes. |
|
Great! Thanks for the information, I couldn't find it in the man page. The sh shell worked just fine without using quotations, which is why I thought it was a fish shell error. |
|
Simply because on Mac sh does not support the special character '?'. Anyway, it's a good practice to enclose URLs in quotes. |
|
That's because in both shells |
Using OSX 10.9.5, and the Fish shell, version 2.1.1-1204-gb5d9e36, youtube-dl didn't work. I tried the command
youtube-dl https://www.youtube.com/playlist?list=PL91045D0297689C75, and the commandyoutube-dl --extract-audio --audio-format mp3 https://www.youtube.com/playlist?list=PL91045D0297689C75.Both commands failed identically, with this error:
Using the 'sh' shell worked perfectly, however.