Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Viddler] ERROR: Unable to extract video URLs #1714

Closed
canavan opened this issue Nov 3, 2013 · 2 comments
Closed

[Viddler] ERROR: Unable to extract video URLs #1714

canavan opened this issue Nov 3, 2013 · 2 comments
Labels
bug

Comments

@canavan
Copy link

@canavan canavan commented Nov 3, 2013

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.

@phihag phihag closed this in 12ebdd1 Nov 3, 2013
@phihag
Copy link
Contributor

@phihag phihag commented Nov 3, 2013

Thanks for the report. This bug has been fixed in youtube-dl 2013.11.03. Type ./youtube-dl -U to update.

@canavan
Copy link
Author

@canavan canavan commented Nov 3, 2013

thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.