Skip to main content

Manga downloader

Project description

mangapy

Manga downloader supporting the following sources:

  • fanfox.net

Installation

pipx install mangapy

Usage

Terminal

Mangapy let you download manga chapters as images (default) or pdfs. Use 'mangapy -h' to get a list of all the availabe options.

Downloads all Bleach chatpers as images inside the Downloads folder (from Fanfox source).

mangapy title bleach -a -o ~/Downloads

Downloads all Bleach chatpers as a single .pdf file inside the Downloads folder (from Fanfox source).

mangapy title bleach -a -o ~/Downloads --pdf

Downloads Bleach chatper 1 as images inside the Downloads folder (from Fanfox source).

mangapy title bleach -c 1 -o ~/Downloads

Downloads Bleach chatpers from 0 to 10 (included) as images inside the Downloads folder using Fanfox as source.

mangapy title bleach -c 0-10 -o ~/Downloads -s fanfox

You may need a proxy to download certain manga, to do so use the option -p or --proxy: Downloads the last One Piece chapter as images inside the Downloads folder (from Fanfox source) using the proxy during the search.

mangapy title "one piece" -o ~/Downloads -p '{"http": "194.226.34.132:8888", "https": "194.226.34.132:8888"}'

YAML

Mangapy let you download multiple manga chapters as images (default) or pdfs from a .yaml file. For every manga you can choose:

  • source (fanfox)
  • whether or not save the manga as a single pdf
  • which chapter to download (single, range, all, last)
mangapy yaml PATH_TO_YOUR_YAML_FILE
--- 
 debug: true # optional
 output: "~/Downloads/mangapy"
 proxy: # optional
  http: "http://31.14.131.70:8080"
  https: "http://31.14.131.70:8080" 
 fanfox:
  - title: "bleach"
    pdf: true
    download_single_chapter: "10"
  - title: "naruto"
    pdf: true
    download_chapters: "10-13"
  - title: "black clover"
    download_all_chapters: True
    pdf: true

Project details


Download files

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

Source Distribution

mangapy-2.0.5.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

mangapy-2.0.5-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

Details for the file mangapy-2.0.5.tar.gz.

File metadata

  • Download URL: mangapy-2.0.5.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for mangapy-2.0.5.tar.gz
Algorithm Hash digest
SHA256 3db66eb7aa21af66442c3f08818aae89b19a9454870ee6c5a25b22107d04232e
MD5 213e7d7783f12426eaa970e968a9ea47
BLAKE2b-256 eb45aeeca55878a4b34057a7b6746f44da679a4e3ef9b9e8e4be11e8d0557de8

See more details on using hashes here.

File details

Details for the file mangapy-2.0.5-py3-none-any.whl.

File metadata

  • Download URL: mangapy-2.0.5-py3-none-any.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for mangapy-2.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 891fd909c8a7ceeabd5272ad116e5f6426b312080e1dc36518f24c4b79c2f560
MD5 a590b19aa5be39d4c891fc6e4476c911
BLAKE2b-256 1e1547b389b2e8831a09ef2c18044dc5077afeb80170eab8308600dd7b9c867a

See more details on using hashes here.

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