crunchy-xml-decoder
crunchy-xml-decoder copied to clipboard
Downloading error
I receive this error:
Traceback (most recent call last):
File "C:\crunchy-xml-decoder-master\crunchy-xml-decoder.py", line 354, in
and when I traced altfuncs.getxml('RpcApiVideoPlayer_GetStandardConfig', media_id) in ultimate.py
the returned xml contains empty 'host' tag '
The URL: http://www.crunchyroll.com/jojos-bizarre-adventure/episode-13-wheel-of-fortune-652601
Hi, http://www.crunchyroll.com/jojos-bizarre-adventure/episode-13-wheel-of-fortune-652601 Is an HLS stream. crunchy-xml-decoder only works with flv streams. Unfortunately, no one has yet made a hls downloader.
If you are interested this is the URL of the HLS http://serve.cxcdn.net/s/v/9vuxan8yjjaks8f/m/8d969e75710f3008f6d529581a5e9dc0/jaJP.m3u8
To get the m3u8 you need the following parameter: v= The video id (mybe md5 hash of video file???) k= The Authentication key (226 characters long)
u can download it by get the hls url in vlc !
we tested with ffmpeg but they lowered the quality of their video 3072 Kbps to 1500kbps
See #70 for a proof-of-concept patch for fetching via HLS. Likely needs some manual work for the merge.
...or let's trace this in #73.
Cleaner version in #78.
If is HLS this issue can be closed