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

support for 9news #12153

Open
sant527 opened this issue Feb 16, 2017 · 4 comments
Open

support for 9news #12153

sant527 opened this issue Feb 16, 2017 · 4 comments

Comments

@sant527
Copy link

@sant527 sant527 commented Feb 16, 2017

I want to download video from 9news link "http://www.9news.com/news/local/father-worries-about-immigration-status/408808900"

i tried youtube-dl.

% youtube-dl -v -F "http://www.9news.com/news/local/father-worries-about-immigration-status/408808900"                                            :(
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', '-F', 'http://www.9news.com/news/local/father-worries-about-immigration-status/408808900']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.12.22
[debug] Python version 3.5.1 - Linux-4.6.2-1-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 3.0.2, ffprobe 3.0.2, rtmpdump 2.4
[debug] Proxy map: {}
[generic] 408808900: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 408808900: Downloading webpage
[generic] 408808900: Extracting information
ERROR: Unsupported URL: http://www.9news.com/news/local/father-worries-about-immigration-status/408808900
Traceback (most recent call last):
  File "/usr/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 694, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 358, in extract
    return self._real_extract(url)
  File "/usr/lib/python3.5/site-packages/youtube_dl/extractor/generic.py", line 2453, in _real_extract
    raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: http://www.9news.com/news/local/father-worries-about-immigration-status/408808900


@sufuf3
Copy link

@sufuf3 sufuf3 commented Jul 15, 2017

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Jul 15, 2017

Apparently there's already a proposal. (#12172) It requires fixes while the author has not responded. You may want to pick that PR and fix it.

@sufuf3
Copy link

@sufuf3 sufuf3 commented Jul 15, 2017

Sorry about this.
I didn't notice the author sent the PR of this issue.
I'll search another issue try to send a PR of this repo.

@antdude
Copy link

@antdude antdude commented Apr 18, 2019

What's the status of this? FYI:
$ youtube-dl -U
youtube-dl is up-to-date (2019.04.17)
(SopelPython3)ant@ANTian:~/Downloads/videos$ clear ; youtube-dl -v "https://www.9news.com/video/weather/weather-colorado/ranch-animals-nearly-buried-in-colorado-blizzard/73-1d313d05-79b8-4df9-a7b4-425cc06fd242"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.9news.com/video/weather/weather-colorado/ranch-animals-nearly-buried-in-colorado-blizzard/73-1d313d05-79b8-4df9-a7b4-425cc06fd242']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.04.17
[debug] Python version 3.4.2 (CPython) - Linux-3.16.0-8-amd64-x86_64-with-debian-8.11
[debug] exe versions: ffmpeg 3.2.10-1, ffprobe 3.2.10-1, rtmpdump 2.4
[debug] Proxy map: {}
[generic] 73-1d313d05-79b8-4df9-a7b4-425cc06fd242: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 73-1d313d05-79b8-4df9-a7b4-425cc06fd242: Downloading webpage
[generic] 73-1d313d05-79b8-4df9-a7b4-425cc06fd242: Extracting information
ERROR: Unsupported URL: https://www.9news.com/video/weather/weather-colorado/ranch-animals-nearly-buried-in-colorado-blizzard/73-1d313d05-79b8-4df9-a7b4-425cc06fd242
Traceback (most recent call last):
File "/home/ant/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
File "/home/ant/bin/youtube-dl/youtube_dl/extractor/common.py", line 529, in extract
ie_result = self._real_extract(url)
File "/home/ant/bin/youtube-dl/youtube_dl/extractor/generic.py", line 3320, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.9news.com/video/weather/weather-colorado/ranch-animals-nearly-buried-in-colorado-blizzard/73-1d313d05-79b8-4df9-a7b4-425cc06fd242

RingoTheDog referenced this issue Sep 18, 2019
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
4 participants
You can’t perform that action at this time.