Skip to content

michaelnmmeyer/scribd_dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scribd_dl

Download ebooks from Scribd.

Dependencies

  • python3
  • requests
  • imagemagick

On 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.

About

Download ebooks from Scribd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published