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: no suitable InfoExtractor for URL When trying to extract audio from kit #7406
Comments
|
should I pull latest repository then? |
|
If you don't want to wait for the next release. |
|
ok, thanks ! |
On MIT's website there's an embedded youtube player. I'd like to download the youtube video directly from it's page. This is the page - http://video.mit.edu/watch/in-profile-mits-catherine-tucker-12724/
When I run this command :
youtube-dl http://video.mit.edu/watch/in-profile-mits-catherine-tucker-12724/
I get the following error :
ERROR: no suitable InfoExtractor for URL http://www.youtube.com/embed/0ZUoa9Wx7XQ?autoplay=1&hd=1&wmode=transparent&rel=0
I'd expect youtube-dl to find the embedded iframe on page and handle it, or am I mistaken?