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

[Vidzi.tv] BROKEN - "Unable to extract title" #10058

Closed
e-d-n-a opened this issue Jul 10, 2016 · 0 comments
Closed

[Vidzi.tv] BROKEN - "Unable to extract title" #10058

e-d-n-a opened this issue Jul 10, 2016 · 0 comments

Comments

@e-d-n-a
Copy link

e-d-n-a commented Jul 10, 2016

ytdl -v -g http://vidzi.tv/embed-4z2yb0rzphe9-600x338.html
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'-g', u'http://vidzi.tv/embed-4z2yb0rzphe9-600x338.html']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.07.09.2
[debug] Python version 2.7.3 - Linux-3.12.24+-armv6l-with-debian-7.5
[debug] exe versions: rtmpdump 2.4
[debug] Proxy map: {}
ERROR: Unable to extract title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/home/pi/ytdl/youtube_dl/YoutubeDL.py", line 681, in extract_info
    ie_result = ie.extract(url)
  File "/home/pi/ytdl/youtube_dl/extractor/common.py", line 345, in extract
    return self._real_extract(url)
  File "/home/pi/ytdl/youtube_dl/extractor/vidzi.py", line 32, in _real_extract
    r'(?s)<h2 class="video-title">(.*?)</h2>', webpage, 'title')
  File "/home/pi/ytdl/youtube_dl/extractor/common.py", line 657, in _html_search_regex
    res = self._search_regex(pattern, string, name, default, fatal, flags, group)
  File "/home/pi/ytdl/youtube_dl/extractor/common.py", line 648, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
@dstftw dstftw closed this as completed in 5c4dcf8 Jul 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant