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.
Please, could you add support for unrecognized urls at gyao.yahoo.co.jp ?
Examples of videos I would like to download:
http://gyao.yahoo.co.jp/player/00091/v10158/v0994000000000542985/
http://gyao.yahoo.co.jp/player/00101/v08932/v0871400000000541256/
The site is Japan-only, so you need to access through a proxy located there.
Any japanese proxy I have tried from several public listings allows perfect replay in the web browser.
However, it seems that youtube-dl doesn't recognize these Yahoo URL's and fails in generic extractor.
The verbose log is as follows (proxy address hidden for security):
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'http://gyao.yahoo.co.jp/player/00101/v08932/v0871400000000541256/', u'--proxy', u'xxx.xxx.xx.xx:3128']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2015.10.06.2
[debug] Python version 2.7.8 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg 2.2.1, ffprobe 1.2, rtmpdump 2.4
[debug] Proxy map: {u'http': u'xxx.xxx.xx.xx:3128', u'https': u'xxx.xxx.xx.xx:3128'}
[generic] v0871400000000541256: Requesting header
WARNING: Falling back on generic information extractor.
[generic] v0871400000000541256: Downloading webpage
[generic] v0871400000000541256: Extracting information
ERROR: Unsupported URL: http://gyao.yahoo.co.jp/player/00101/v08932/v0871400000000541256/
Traceback (most recent call last):
File "youtube_dl\extractor\generic.pyo", line 1240, in _real_extract
File "youtube_dl\utils.pyo", line 1656, in parse_xml
File "xml\etree\ElementTree.pyo", line 1300, in XML
File "xml\etree\ElementTree.pyo", line 1642, in feed
File "xml\etree\ElementTree.pyo", line 1506, in _raiseerror
ParseError: not well-formed (invalid token): line 27, column 67
Traceback (most recent call last):
File "youtube_dl\YoutubeDL.pyo", line 660, in extract_info
File "youtube_dl\extractor\common.pyo", line 290, in extract
File "youtube_dl\extractor\generic.pyo", line 1838, in _real_extract
UnsupportedError: Unsupported URL: http://gyao.yahoo.co.jp/player/00101/v08932/v0871400000000541256/
Using developer tools inside Chrome, you can find transport stream files being loaded in network history, but they seem encrypted, since there are no recognizable MPEG headers. A 256-bit key is also loaded, but I don't know how the Flash player deals with those data. I hope you are able to check this site.
Thanks in advance!