Download full episodes from crunchyroll into a .ts media file
Inspired by anirip
- Go
- ffmpeg
Clone or download repository
$ go install
$ crunchyrip download --email <email> --password <password> --episodeIDs <episodeID>,<episodeID2>...
$ crunchyrip download --email <email> --password <password> --seriesID <seriesID>
You will be prompted to select the season you want to download for the given series
Episodes will be stored in the downloads folder
For more info run $ crunchyrip [subcommand] --help
$ crunchyrip download --email <email> --password <password> --seriesID <seriesID> --range <start episodeID>-<end episodeID>
This is useful for when you want to download multiple episodes but do not want to comma-seperate every episode or download the entire season
If you are on beta crunchyroll, the ID should be in the url of the episode or season
- Go to Crunchyroll and find the episode you want to download
- Inspect element and paste this into console
document.getElementsByClassName('boxcontents')[0].id.split('_')[2]
- Go to Crunchyroll and find the series that you want to download
- Inspect element and paste this into console
JSON.parse(document.getElementsByClassName("show-actions")[0].attributes['data-contentmedia'].value).mediaId