chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 582 forks source link

Download raws from Crunchyroll? #1080

Open mikadoryu opened 8 years ago

mikadoryu commented 8 years ago

I wonder if you can download the raws videos by HLS. It is much faster than RTMP.

I can lose the series in several languages crunchyroll.py editing the file but I can not download the raw.

if someone could help me I would appreciate it.

Languages that work:

es_MX:

API_DEFAULT_LOCALE = "es_MX" API_USER_AGENT = "Mozilla / 5.0 (iPhone; iPhone OS 8.3.0; esMX {})"

Languages that do not work:

API_DEFAULT_LOCALE = "ja_JP" API_USER_AGENT = "Mozilla / 5.0 (iPhone; iPhone OS 8.3.0; jaJP {})"

Tyestor commented 8 years ago

Why bother when Horriblesubs already does it?

mikadoryu commented 8 years ago

I'm on a page we do something like making HS but in Spanish. the problem is that with the rtmpdump takes too long compared to HS your videos go to 2-4 minutes after CR. I thought that HS HDS can use instead of RTMP.