Skip to main content

No project description provided

Project description

Chibi_dl

is a command line tool for download series from crunchyroll.com and tmofans.com

in the case of crunchyroll is going to download the video and the subtitles and joined in a mkv

for the mangas from tmofans is going to compress all the images in a zip and rename the extencion to cbz

install

pip install chibi_dl

is going to add the command chibi_dl

how to used

usage: chibi_dl [-h] [--user USER] [--password PASSWORD]
                                        [--resoulution QUALITY]
                                        site [site ...] download_path

descarga mangas

positional arguments:
site                  urls de las series que se quieren descargar
download_path         lugar de descarga

optional arguments:
-h, --help            show this help message and exit
--user USER, -u USER  usuario del sitio
--password PASSWORD, -p PASSWORD
                                                                contrasenna del sitio
--resoulution QUALITY, -q QUALITY
                                                                resolucion a descargar

for download a serie from crunchyroll need the user and password if you what downlaod the serie in 720p o 1080p

chibi_dl -q 720 --user $user -p $password -o /path/to/save/serie "https://www.crunchyroll.com/es/yuruyuri"

if you are ok with the lower resolution you not need the user and password

chibi_dl -q 240 -o /path/to/save/serie "https://www.crunchyroll.com/es/yuruyuri"

in the case of tmo fans

chibi_dl -o /path/to/save/serie "https://tmofans.com/library/manga/13698/komi-san-wa-komyushou-desu"

for get all the list of pending, follow and read in tmo fans need the user and password for do the login and retrive the list of links and donwload all the series

chibi_dl --only_print --only_links -p $PASSWORD -u $USER https://tmofans.com/profile/read https://tmofans.com/profile/pending  https://tmofans.com/profile/follow > links_of_mangas
chibi_dl -o /path/to/save/series @links_of_mangas

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

chibi_dl-0.0.1-py3-none-any.whl (84.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page