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