Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xtream1101/it-ebooks-dl
Depreciated, use project scrape-itebooks
https://github.com/xtream1101/it-ebooks-dl
Last synced: about 1 month ago
JSON representation
Depreciated, use project scrape-itebooks
- Host: GitHub
- URL: https://github.com/xtream1101/it-ebooks-dl
- Owner: xtream1101
- Archived: true
- Created: 2014-10-23T20:32:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T15:17:27.000Z (about 9 years ago)
- Last Synced: 2024-08-08T23:24:32.655Z (5 months ago)
- Language: Python
- Homepage:
- Size: 175 KB
- Stars: 32
- Watchers: 7
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Depreciated, use project [scrape-itebooks](https://github.com/xtream1101/scrape-itebooks)
it-ebooks-dl
============Downloads all e-books from it-ebooks.info
Requires
--------* Python 3.4
Vars
----
* `g_dl_dir` - Directory to download e-books to (must exist)
* `g_json_save` - File to save the parsed json data to
* `g_num_parse_threads` - Number of threads for the parser to use
* `g_num_dl_threads` - Number of threads for the downloader to useUse
---1. Change the vars as needed (bottom of script)
2. Run in the command line by just calling this .py script with no args.
* Each time you do, it will parse any books you do not have in your json file and add them to it.
* It will then download any missing e-books