PDA

View Full Version : crunchyroll dowload video


royfma
02-19-2016, 09:46 AM
Hello, please anyone has any script to download video crunchyroll.com?

normally down videos from this page 9xbuddy.com CR, but for a week no longer serves, it does not give the raw mp4 video 720p or 1080p

I would be grateful if you help me :confused:

n0b0dySpec1al
02-19-2016, 04:45 PM
You could throw a rock and hit a tool or script for downloading CR.

RTMPDUMP
or
https://github.com/chrippa/livestreamer
or
https://github.com/einstein95/crunchy-xml-decoder
or
getflv

list goes on bud

kjvnasa
02-19-2016, 07:46 PM
Pretty sure I saw this been done before hmm...

http://stream-recorder.com/forum/www-crunchyroll-com-help-downloading-rtmpe-mp4-t4073.html

This should still be relevant.

Hope this helps

(now that I look back you might be able to get the download by using youtube-dl)

kjvnasa
02-19-2016, 08:13 PM
There is support to play crunchyroll videos within livestreamer. In order to do this use the following
livestreamer --crunchyroll-username=xxxx --crunchyroll-password=xxx http://crunchyroll.com/a-crunchyroll-episode-link

the link should follow with the quality of the stream and a specification of the output:
best -o filename.mp4

once you do this the file will start downloading in the directory you are in.

Your final script should look something like this:
livestreamer --crunchyroll-username=xxxx --crunchyroll-password=xxx http://crunchyroll.com/a-crunchyroll-episode-link best -o filename.mp4