Open sant527 opened 7 years ago
Hi @yan12125 May I try this? As this issue, with URL (http://www.9news.com/news/local/father-worries-about-immigration-status/408808900) I found that the video of 9news stores the URL in http://interactive.tegna-media.com/.
So should I create a file as youtube_dl/extractor/9news.py
or youtube_dl/extractor/interactive.py
?
Thank you.
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.
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.
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
I want to download video from 9news link "http://www.9news.com/news/local/father-worries-about-immigration-status/408808900"
i tried youtube-dl.