Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelnmmeyer/scribd_dl
Download ebooks from Scribd
https://github.com/michaelnmmeyer/scribd_dl
Last synced: 16 days ago
JSON representation
Download ebooks from Scribd
- Host: GitHub
- URL: https://github.com/michaelnmmeyer/scribd_dl
- Owner: michaelnmmeyer
- License: mpl-2.0
- Created: 2015-03-23T21:25:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T15:24:46.000Z (almost 9 years ago)
- Last Synced: 2024-07-31T07:17:05.700Z (4 months ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scribd_dl
Download ebooks from Scribd.
## Dependencies
* python3
* requests
* imagemagickOn Debian-like systems, you can install all of the above with:
sudo apt-get install python3 python3-requests imagemagick
## Usage
./scribd_dl.py https://www.scribd.com/doc/209105154/Schlegel Article.pdf
The output file name is optional.
## How it works
The script downloads all pages separately and joins them back to
create the final ebook file. A drawback is that the generated PDFs
tend to be much larger than usual.