manga-py / manga-py

Universal manga downloader (for your offline reading) upd: Please, use this tool: https://github.com/mikf/gallery-dl
MIT License
504 stars 48 forks source link

Combing this with a local Manga server and Mobile Reader #328

Open DonaldTsang opened 4 years ago

DonaldTsang commented 4 years ago

Feature request

Is your feature request related to a problem? Please describe. Dumping MangaPy into LANraragi, and then use Tachiyomi to read manga on mobile.

Describe the solution you'd like LANraragi-compatible API Alternative: https://gitgud.io/Nagru/Manga-Organizer and https://gitlab.com/hman (but these two are less popular)

Additional context https://github.com/Difegue/LANraragi https://github.com/inorichi/tachiyomi

1271 commented 4 years ago

Not sure if I will, but keep the issue open. If there is free time, I will try to help you

gromenauer commented 4 years ago

I have asked there for a more generic source inorichi/tachiyomi-extensions#4130

Export your comics with:

cd ~/my_comics_path
python3 -m http.server

and retrieving it from http://192.168.0.10:8000 (Supposing that 192.168.0.10 is your PC)