getManga
Tool for load manga from different websites
I just wanted to read the manga...
import main class:
from getManga import Manga
async def main():
site = 'mangalib.me' # Website's domen
title = 'shingeki-no-kyojin' #unique name
link = 'https://mangalib.me/shingeki-no-kyojin'
# Inislization:
manga = await Manga.get(site,title).parse()
manga2 = await Manga(link).parse()
# Methods:
manga.info #some information about manga
manga.img_list #return links for pages(take many time for work)
manga.chapter_list #return list of (volume_number, chapter_number, chapter_name)
manga.chapter_dict #return dict {volume_numbers: {chapter_numbers: chapter_name}}
chapter = manga.get_chapter(int) #return chapter №int
volume = manga.get_volume(int) #return volume №int
await chapter.img_list #return links for pages from volume
await volume.img_list #return links for pages from volume
#Start parsing
if __name__ == "__main__":
loop = get_event_loop()
loop.run_until_complete(main())
Release files for getmanga 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| getmanga-0.1.7.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| getmanga-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.9 kB
Release files / getmanga-0.1.7.tar.gz
| Download URL | getmanga-0.1.7.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1b9a64a08ce1b919e67c8f12ee90621023e02f6c03cf2a11d9dbf0c54933697a
|
|
BLAKE2b-256 checksum How to use checksums |
33cddeff86ed45acca18a1b5908dd8a879ecf57af70fe04f29112837a7556346
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.5
|
Release files / getmanga-0.1.7-py3-none-any.whl
| Download URL | getmanga-0.1.7-py3-none-any.whl |
|---|---|
| Size | 8.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
32500989d8ef99db07b5ef6e2ec7fde0acd9b4b23f35ef652792f8566c503416
|
|
BLAKE2b-256 checksum How to use checksums |
edf0c806f88705e999e05b863e17869612a680c3425eb2feae8b75a15e07b7f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.5
|