Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

crunchyroll dowload video

(http://stream-recorder.com/forum/showthread.php?t=20722)

royfma 02-19-2016 09:46 AM

crunchyroll dowload video


 
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

Re: crunchyroll dowload video


 
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

Re: crunchyroll dowload video


 
Pretty sure I saw this been done before hmm...

http://stream-recorder.com/forum/www...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

Re: crunchyroll dowload video


 
There is support to play crunchyroll videos within livestreamer. In order to do this use the following
Code:

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:
Code:

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:
Code:

livestreamer --crunchyroll-username=xxxx --crunchyroll-password=xxx http://crunchyroll.com/a-crunchyroll-episode-link best -o filename.mp4


All times are GMT -6. The time now is 12:37 AM.