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.
Unable to extract media URL (metacafe.com) #1059
Comments
|
Thank you for the report. I believe version 2013.07.17 (which adds support for AnyClip-style videos on metacafe) solves your problem. You can update with
Note that we do include the version information in the output, just not when I'm closing this issue now, but feel free to comment, both if it works and if it doesn't. We'll reopen this issue then if needed. Thanks! |
|
Hi Philipp, Philipp Hagemeister notifications@github.com [2013-07-16 16:31:54 -0700]:
That auto-update is nice feature, but alas my version was installed from I don't need it in a big hurry so I'll just wait for the Arch version
But I'm curious: Why special case it? If you just barf the version info Not trying to give you a hard time, just curious why it depends on the
Sure, thanks for your quick response. I'll let you know when I try the updated Glenn |
|
We do print out the version info unconditionally when |
|
Hi Philipp, thanks for the explanation, I sort of understand now. In any case, I think stderr is the right way to go. Regarding the bug: I just tried 2013.07.17.1-1 from the Arch repository, and it works now. Thanks! |
Diagnostic output below.
fyi: Same functional issue as bug #562, which was closed on a commit.
Version: 2013.07.12
Suggestion: List the version info in the "--version" output :)
$ youtube-dl -v -g http://www.metacafe.com/watch/an-dVVXnuY7Jh77J/the_andromeda_strain_1971_stop_the_bomb_part_3/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', '-g', 'http://www.metacafe.com/watch/an-dVVXnuY7Jh77J/the_andromeda_strain_1971_stop_the_bomb_part_3/']
ERROR: Unable to extract media URL; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 312, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/extractor/common.py", line 95, in extract
return self._real_extract(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/extractor/metacafe.py", line 95, in _real_extract
raise ExtractorError(u'Unable to extract media URL')
youtube_dl.utils.ExtractorError: Unable to extract media URL; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output.