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

Veoh extractor is broken #2455

Closed
ssokolow opened this issue Feb 24, 2014 · 2 comments
Closed

Veoh extractor is broken #2455

ssokolow opened this issue Feb 24, 2014 · 2 comments

Comments

@ssokolow
Copy link

@ssokolow ssokolow commented Feb 24, 2014

When I attempt to save videos off Veoh, here's what happens.

$ youtube-dl --verbose http://www.veoh.com/watch/v185845582TRmrQFp?h1=EVIL+COME+EVIL+GO+by+The+Cinema+Snob http://www.veoh.com/watch/v18584678tEGWqmbC?h1=TERROR+AT+ORGY+CASTLE+by+The+Cinema+Snob http://www.veoh.com/watch/v185849029N99Acje?h1=THE+HAND+OF+PLEASURE+by+The+Cinema+Snob
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.veoh.com/watch/v185845582TRmrQFp?h1=EVIL+COME+EVIL+GO+by+The+Cinema+Snob', 'http://www.veoh.com/watch/v18584678tEGWqmbC?h1=TERROR+AT+ORGY+CASTLE+by+The+Cinema+Snob', 'http://www.veoh.com/watch/v185849029N99Acje?h1=THE+HAND+OF+PLEASURE+by+The+Cinema+Snob']
[debug] Encodings: locale 'UTF-8', fs 'UTF-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.02.20
[debug] Python version 2.7.3 - Linux-3.5.0-45-generic-x86_64-with-Ubuntu-12.04-precise
[debug] Proxy map: {}
[Veoh] 185845582: Downloading webpage
[Veoh] 185845582: Extracting information
ERROR: Unable to extract info; 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 "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 493, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 158, in extract
    return self._real_extract(url)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/veoh.py", line 35, in _real_extract
    info = self._search_regex(r'videoDetailsJSON = \'({.*?})\';', webpage, 'info')
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex
    raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract info; 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.
@jaimeMF jaimeMF closed this in 2bfe4ea Feb 24, 2014
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Feb 24, 2014

Fixed, it was a problem with the age protection. Thanks for the report.

@phihag
Copy link
Contributor

@phihag phihag commented Feb 25, 2014

This has been fixed in youtube-dl 2014.02.25.

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
3 participants
You can’t perform that action at this time.