View Single Post
  #4  
Old 02-19-2016, 08:13 PM
kjvnasa kjvnasa is offline
Junior Member
 
Join Date: Sep 2015
Posts: 10
kjvnasa is on a distinguished road
Default

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
Reply With Quote