- Downloads Images from comic sites and converts to PDF
- PComix.info
- SPComic.com
- AllPComics.com
- Downloads videos from HH.org
- Serves static files on local server
- Provides pages to access static files and start download jobs
- Run $ python3 downloader.py for main downloader server
- Run $ node server to start static file server
- Use http://0.0.0.0:3333/link to send and monitor download jobs
- Use http://0.0.0.0:1996/files to access static files
- Use http://0.0.0.0:1996/dex.html to access gallery
- Use http://0.0.0.0:3333/prog to access gallery
- Use python3 efukt.py
- Instead of using "pip3 install Pillow", use "sudo apt install python3-pillow"
- Install modules in requirements.txt
- Create cache and Comix folders
- Comix/ : Static File storage
- downloader.py : Downloader script
- server.js : Static file server
- vidDL.py : Vid downloader module (to be imported)