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.
Error when downloading content with a link sourced from a Youtube RSS feed #2968
Comments
|
You have to escape |
Youtube RSS feeds supply links in this format:
https://www.youtube.com/watch?v=fYxr6s6T8HU&feature=youtube_gdata
Youtube-DL is able to download the content but gives an error at the end which is tripping up my script. Error is:
" 'feature' is not recognized as an internal or external command, operable program or batch file."
I'm using Windows version (2014.05.19). Using command:
youtube-dl -o %(title)s.%(ext)s --format bestaudio --no-mtime https://www.youtube.com/watch?v=fYxr6s6T8HU&feature=youtube_gdata
Can Youtube-DL be updated to parse these links correctly and not give the error?
Thanks.