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.
[Viddler] ERROR: Unable to extract video URLs #1714
Comments
|
Thanks for the report. This bug has been fixed in youtube-dl 2013.11.03. Type |
|
thanks for the quick fix! |
The viddler url extractor fails for e.g. http://www.viddler.com/v/2255d949
./youtube-dl --verbose http://www.viddler.com/v/2255d949
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.viddler.com/v/2255d949']
[debug] youtube-dl version 2013.11.02
[debug] Python version 2.7.3 - IRIX64-6.5-IP35-mips-n32bit-ELF
[debug] Proxy map: {}
[Viddler] 2255: Downloading webpage
ERROR: Unable to extract video URLs; 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. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 342, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 122, in extract
return self.real_extract(url)
File "./youtube-dl/youtube_dl/extractor/viddler.py", line 31, in real_extract
r"(?ms)sources\s:\s({.*?})", webpage, u'video URLs')
File "./youtube-dl/youtube_dl/extractor/common.py", line 267, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract video URLs; 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. Make sure you are using the latest version; type youtube-dl -U to update.