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

Vice videos can't be downloaded "The page doesn't contain a video" #11101

Closed
xrokis opened this issue Nov 2, 2016 · 0 comments
Closed

Vice videos can't be downloaded "The page doesn't contain a video" #11101

xrokis opened this issue Nov 2, 2016 · 0 comments

Comments

@xrokis
Copy link

@xrokis xrokis commented Nov 2, 2016

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.11.02. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2016.11.02

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

$ youtube-dl https://video.vice.com/en_us/video/the-signal-from-tolva/5816510690b70e6c5fd39a56 -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'https://video.vice.com/en_us/video/the-signal-from-tolva/5816510690b70e6c5fd39a56', u'-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.11.02
[debug] Python version 2.7.12 - Darwin-15.3.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg N-46331-gd3be186, ffprobe N-46331-gd3be186, rtmpdump 2.4
[debug] Proxy map: {}
[Vice] the-signal-from-tolva: Downloading webpage
ERROR: The page doesn't contain a video
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vice.py", line 56, in _real_extract
    r'data-youtube-id="([^"]+)"', webpage, 'youtube id')
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 660, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract youtube id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 694, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 357, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/vice.py", line 59, in _real_extract
    raise ExtractorError('The page doesn\'t contain a video', expected=True)
ExtractorError: The page doesn't contain a video
...
<end of log>

Description of your issue, suggested solution and other information

Trying to donwload videos on https://video.vice.com fails and throws the error "The page doesn't contain a video". I tried it with multiple videos from all across vice and always get the same error.
The videos play fine in chrome.
The embedded link of a video fails as well:

$ youtube-dl https://video.vice.com/en_us/embed/5816510690b70e6c5fd39a56 -v           ⤬
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'https://video.vice.com/en_us/embed/5816510690b70e6c5fd39a56', u'-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.11.02
[debug] Python version 2.7.12 - Darwin-15.3.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg N-46331-gd3be186, ffprobe N-46331-gd3be186, rtmpdump 2.4
[debug] Proxy map: {}
[generic] 5816510690b70e6c5fd39a56: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 5816510690b70e6c5fd39a56: Downloading webpage
[generic] 5816510690b70e6c5fd39a56: Extracting information
ERROR: Unsupported URL: https://video.vice.com/en_us/embed/5816510690b70e6c5fd39a56
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1634, in _real_extract
    doc = compat_etree_fromstring(webpage.encode('utf-8'))
  File "/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2525, in compat_etree_fromstring
    doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
  File "/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2514, in _XML
    parser.feed(text)
  File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1653, in feed
    self._raiseerror(v)
  File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1517, in _raiseerror
    raise err
ParseError: syntax error: line 1, column 0
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 694, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 357, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 2421, in _real_extract
    raise UnsupportedError(url)
UnsupportedError: Unsupported URL: https://video.vice.com/en_us/embed/5816510690b70e6c5fd39a56

remitamine added a commit that referenced this issue Nov 3, 2016
@dstftw dstftw closed this in 89fa2a0 Mar 3, 2018
dstftw added a commit that referenced this issue Mar 3, 2018
…3019, closes #13622, closes #13778)
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
1 participant
You can’t perform that action at this time.