Phoenix124 / scribd-downloader

314 stars 102 forks source link

Scribd credentials #8

Open hardeecious opened 4 years ago

hardeecious commented 4 years ago

Do you happen to have a copy of the file referred to this link: https://github.com/ritiek/scribd-downloader/blob/master/scribdl/const.py ? It's been taken down due to obvious reasons. I want to use this file because I don't feel safe using my Scribd Premium login credentials.

ghost commented 4 years ago

Just look in const.py

ripefig commented 4 years ago

Passing the cookie using the instructions isn't possible, since scribd now uses an array for _scribd_session as opposed to a single string.

Passing the actual credentials doesn't work either due to issue #2.