Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Embedded video clip NHK...html download fails - site support requesting #4437
Comments
|
this site is just using ooyla so i don't know why it's not working already maybe it needs to be tagged as such? but they're cleary just using the standard ooyla player on their site. |
|
this is something i'd like to see added as well. here is a more recent link from their vod section: youtube-dl http://www3.nhk.or.jp/nhkworld/en/vod/japanrailway/20160520.html --verbose |
|
I've implemented it for the VoD. #10424 :) |
These are the results when trying to download the site with option verbose:
euffth@cd368ubu1404:
$ youtube-dl www.nhk.or.jp/news/html/20141210/k10013872831000.html --verbose[debug] System config: []$[debug] User config: []
[debug] Command-line args: ['www.nhk.or.jp/news/html/20141210/k10013872831000.html', '--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.12.10.3
[debug] Python version 2.7.6 - Linux-3.13.0-40-generic-i686-with-Ubuntu-14.04-trusty
[debug] exe versions: avconv 9.16-6, avprobe 9.16-6, rtmpdump 2.4
[debug] Proxy map: {}
WARNING: The url doesn't specify the protocol, trying with http
[generic] k10013872831000: Requesting header
[redirect] Following redirect to http://www3.nhk.or.jp/news/html/20141210/k10013872831000.html
[generic] k10013872831000: Requesting header
WARNING: Falling back on generic information extractor.
[generic] k10013872831000: Downloading webpage
[generic] k10013872831000: Extracting information
ERROR: Unsupported URL: http://www3.nhk.or.jp/news/html/20141210/k10013872831000.html; 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 554, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 242, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1044, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://www3.nhk.or.jp/news/html/20141210/k10013872831000.html; 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.
:
Comment: This is the case with any of the news video clips from NHK.
Has anyone been able to download from that site?