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

Site request: GYAO! (Yahoo Japan) #7098

Closed
BlackHoleSpain opened this issue Oct 8, 2015 · 0 comments
Closed

Site request: GYAO! (Yahoo Japan) #7098

BlackHoleSpain opened this issue Oct 8, 2015 · 0 comments

Comments

@BlackHoleSpain
Copy link

@BlackHoleSpain BlackHoleSpain commented Oct 8, 2015

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!

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
2 participants
You can’t perform that action at this time.