kamilkrzyskow / manga-downloader

Python script made to download manga in bulk from MangaLife.us (deprecated due to website modification)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

manga-downloader

Python scrtipt made to download mangas in bulk from MangaLife.us

UPDATE


I've made a Python3 version of the script one year later, and used a public ftp server to store config setting stored in json and sync them across devices. I didn't know of the .gitignore at the time so it's private as it contains all of my passwords. The newer script is also deprecated, because the website had another redesign. Currently I find it more convinient to read manga online than to download them and read them in bulk.

Old readme


Made with Python 2.7.13 + BeautifulSoup4

Development Start Date: November 11th 2017 8PM
Development End Date: December 17th 2017 2PM
Amount of lines of code: ~450±70
Hours worked: 15-40

-----------------------
Favorites are being saved in the same place where the scripts are.
---------------------------


Unfinished stuff:
  • Whole project
    • Deleting code duplicates and redundant code
    • Favorites on an ftp
  • FavChk.py
    • Run update() on script execution
  • Dl.py
    • error handling
  • And a lot more, but I'm happy with the current end results

I'm planning to redo this project in Python3 with FTP support, because it turned out that copying my favorites file between my phone and pc is harder than I have anticipated

About

Python script made to download manga in bulk from MangaLife.us (deprecated due to website modification)


Languages

Language:Python 100.0%