Kamyroll-Python

Download shows from crunchyroll


License
MIT
Install
pip install Kamyroll-Python==0.0.2

Documentation

Description

Kamyroll-python is the python version of the program used in the application Kamyroll. This will allow you to download the videos and subtitles proposed by the crunchyroll catalog or MP4 and ASS format to allow you to view the videos on all your devices without connection.

Features

  • Download videos in all resolutions
  • Download subtitles in all languages
  • Search for videos
  • Compatible with or free or premium account
  • US-Unblocker for full access to the catalogue
  • Available for all platforms (macOS, Windows, Linux, etc.)

Requirements

Installation

pip install requests

Information

  • The use of the script requires a user to log in. The user can either log in to his session id or account crunchyroll.
  • Each command requires a particular id, if it is not respected, it will be impossible to load valid data.
  • You can change the location of downloads by changing the "dl_root" variable in the script to choose a custom output folder.
  • US unlocking is only available when the user logs in with their credentials.

Examples

Login with ID

kamyroll.py --login "MAIL:PASSWORD"

Login with ID with US unlock

kamyroll.py --login "MAIL:PASSWORD" --us_unblocker

Connecting with session_id

kamyroll.py --session_id "SESSION_ID"

Limited search

kamyroll.py --search "TITLE" --limit 10

Unlimited search

kamyroll.py --search "TITLE"

Display the seasons of a series

kamyroll.py --seasons "SERIES_ID"

Show episodes of a season

kamyroll.py --episodes "SEASON_ID"

View movies from the movie list

kamyroll.py --movie "MOVIE_LISTING_ID"

View available formats for streams

kamyroll.py --formats "EPISODE_ID or MOVIE_ID"

Download the video or subtitles

kamyroll.py --download "EPISODE_ID or MOVIE_ID" --format "SUBTITLES_FORMAT or VIDEO_FORMAT"

This script was created by the Nashi Team.
Find us on discord for more information on projects in development.