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

discovery.com download no longer works #8065

Closed
l0b0 opened this issue Dec 31, 2015 · 0 comments
Closed

discovery.com download no longer works #8065

l0b0 opened this issue Dec 31, 2015 · 0 comments

Comments

@l0b0
Copy link

@l0b0 l0b0 commented Dec 31, 2015

Looks like it's falling back on the generic extractor:

$ youtube-dl --verbose 'https://www.discovery.com/tv-shows/mythbusters/videos/final-season-sneak-peek/'
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://www.discovery.com/tv-shows/mythbusters/videos/final-season-sneak-peek/']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.11.24
[debug] Python version 3.5.1 - Linux-4.2.5-1-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 2.8.4, ffprobe 2.8.4, rtmpdump 2.4
[debug] Proxy map: {}
[generic] final-season-sneak-peek: Requesting header
WARNING: Falling back on generic information extractor.
[generic] final-season-sneak-peek: Downloading webpage
[generic] final-season-sneak-peek: Extracting information
ERROR: Unsupported URL: https://www.discovery.com/tv-shows/mythbusters/videos/final-season-sneak-peek/
Traceback (most recent call last):
  File "/usr/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 663, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 290, in extract
    return self._real_extract(url)
  File "/usr/lib/python3.5/site-packages/youtube_dl/extractor/generic.py", line 1887, in _real_extract
    raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.discovery.com/tv-shows/mythbusters/videos/final-season-sneak-peek/
$ youtube-dl --version
2015.11.24
@dstftw dstftw closed this in df827a9 Dec 31, 2015
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.