scribd-downloader-3 icon indicating copy to clipboard operation
scribd-downloader-3 copied to clipboard

A small python script that downloads PDF from a scribd url.

Results 5 scribd-downloader-3 issues
Sort by recently updated
recently updated
newest added

The downloader opens a new instance of firefox, and then opens the url. In the new instance of firefox we are not logged in to scribd, so we only download...

I deployed the script in docker container and try to download example doc listed in tutorial, but get an error in selenium. ![2018-10-07-170737_837x303_scrot](https://user-images.githubusercontent.com/7071863/46582134-80650300-ca53-11e8-8278-5ac9830d7e69.png)

20:22:54  ~/Documents/workspace/scribd-downloader/scribd-downloader-3  master v18.01 ?  ./scribd_downloader_3.py -p . "https://www.scribd.com/document/163585707/Raw-Food-Life-Force-Energy-Enter-a-Totally-New-Stratosphere-of-Weight-Loss-Beauty-and-Health" out.pdf Scraping url: https://www.scribd.com/document/163585707/Raw-Food-Life-Force-Energy-Enter-a-Totally-New-Stratosphere-of-Weight-Loss-Beauty-and-Health Output: out.pdf I will start the scraping... Will load the webdriver for firefox... Webdriver...

enhancement

Thanks for the script. I tried many variations of trying to get the driver found by the script.``` ./scribd_downloader_3.py -p . "https://www.scribd.com/document/31698781/Constitution-of-the-Mexican-Mafia-in-Texas" out.pdf Scraping url: https://www.scribd.com/document/31698781/Constitution-of-the-Mexican-Mafia-in-Texas Output: out.pdf I will...

This time your solution is written in python3 - so i tried first to install the package python3-selenium only. But this does not fulfill it, as always in python. The...