A Python Package To Download Manga From Arabic Site [3asq]
Project description
🦉 manga-ar
This Is A Python Library That Allows You To Interact With 3asq
⚙ Installation :
pip3 install manga-ar
❓ Usage :
from manga_ar import MangaDL
# Name Or URL (we recommend url)
obj = MangaDL(name='jujutsu kaisen', url="https://3asq.org/manga/jujutsu-kaisen/")
obj.DownloadManga() # Download All Manga Chapter From 3asq
info = obj.info # Get Manga Info From 3asq
Year = obj.Year # Get Manga Year From 3asq
Status = obj.Status # Get Manga Status From 3asq
rating = obj.Rating # Get Manga Rating From 3asq
Synonyms = obj.Synonyms # Get Manga Synonyms From 3asq (not accurate)
Categories = obj.Categories # Get Manga Categories From 3asq
Cover = obj.Cover # Get Manga Cover URL From 3asq
Last_Update = obj.LastUpdates() # Get Last Chapters Upload In 3asq Manga (not accurate)
First_Chapter = obj.FirstChapter # Get Last Chapter In Manga From 3asq
Last_Chapter = obj.LastChapter # Get Last Chapter In Manga From 3asq
# Download Custom Chapters From 3asq
# Name Or URL, Start And URL
# Mean => Download "Attack On Titan" Manga From Chapter 1 To Chapter 2
# Note => It will download the first chapter on the site (the existing), not the real first chapter
obj = MangaDL(url="https://3asq.org/manga/jujutsu-kaisen/", start=1, end=2)
obj.DownloadChapters()
🪐 Credits:
- ملاحظة لست مسؤولا عما تفعله بهذه المكتبة وما تقوم بتنزيله منها ولا أسامح من يحمل مانجا إباحية أو مانجا غير أخلاقية
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
manga-ar-0.0.2.tar.gz
(5.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file manga-ar-0.0.2.tar.gz.
File metadata
- Download URL: manga-ar-0.0.2.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f54a4d8660f3615806aea8d6abe3db9b983f87defd31a63366d3743045bb99ac
|
|
| MD5 |
eb21efe12b331547aba6f85f3d47067c
|
|
| BLAKE2b-256 |
2d88797446828e1296259a2a64cbf26468b75798cf54b3d4495042ced0cec21c
|
File details
Details for the file manga_ar-0.0.2-py3-none-any.whl.
File metadata
- Download URL: manga_ar-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17c089cf4cb1abf6d3908fa12ade21a7ba3f2819403368cbbfeb784ab5904fff
|
|
| MD5 |
f98abd25f06e19b22f492559cd4c4b77
|
|
| BLAKE2b-256 |
536ab01141eef432998bc19a1af00dc36f46ac26213f4794f39db320596fe9c4
|