Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"No more content being exposed by Scribd!" #38

Closed
Geremia opened this issue Oct 29, 2021 · 19 comments
Closed

"No more content being exposed by Scribd!" #38

Geremia opened this issue Oct 29, 2021 · 19 comments

Comments

@Geremia
Copy link

Geremia commented Oct 29, 2021

When I run, for example

scribdl https://www.scribd.com/read/481551943/Mario-Cuomo-The-Myth-and-the-Man

it'll download the first chapter or so, but give this error: "No more content being exposed by Scribd!"

However, on the website I can flip through the whole book.

I'm using master (be0f3c3) with Python 3.10.

@Geremia
Copy link
Author

Geremia commented Oct 29, 2021

This was due to bad values in const.py file; cf. #33.

@Geremia Geremia closed this as completed Oct 29, 2021
@hawkeye2nd
Copy link

Tried recommended credential update in #33 - still no go. Limits after 2 chapters (36 pages)

@jaan143
Copy link

jaan143 commented Dec 20, 2021

@Geremia so that issue solve in your side ?

@Geremia
Copy link
Author

Geremia commented Dec 23, 2021

@jaan143 Yes, it's solved for me. Are you still having issues?

@jaan143
Copy link

jaan143 commented Dec 23, 2021

@Geremia i am still getting the issue it just downloading around 20 pages only
evan i am updating my conv.py file with fresh scribd sessions
can you please help me about it
you can give me your email or any live chate id

@Geremia
Copy link
Author

Geremia commented Dec 23, 2021

@jaan143 Did you re-run re-run python3 setup.py install after modifying const.py?

See my comment here.

@jaan143
Copy link

jaan143 commented Dec 24, 2021

@Geremia Dear i did it this one today again evan i downloaded fresh script and update const.py file and then i install python setup.py and after that when i command to download book i am getting this error

(process:23964): GLib-GIO-WARNING **: 12:35:42.914: Unexpectedly, UWP app 36059XiaoyaStudio.RealeBooksReader_2.0.1.0_x86__ngh7ertwt50re' (AUMId 36059XiaoyaStudio.RealeBooksReader_ngh7ertwt50re!REALEBOOKSREADER') supports 32 extensions but has no verbs
Traceback (most recent call last):
File "C:\Users\Hp\AppData\Local\Programs\Python\Python39\Scripts\scribdl-script.py", line 33, in
sys.exit(load_entry_point('scribd-downloader==1.3.1', 'console_scripts', 'scribdl')())
File "C:\Users\Hp\AppData\Local\Programs\Python\Python39\lib\site-packages\scribd_downloader-1.3.1-py3.9.egg\scribdl\command_line.py", line 53, in _command_line
File "C:\Users\Hp\AppData\Local\Programs\Python\Python39\lib\site-packages\scribd_downloader-1.3.1-py3.9.egg\scribdl\downloader.py", line 28, in init
File "C:\Users\Hp\AppData\Local\Programs\Python\Python39\lib\site-packages\scribd_downloader-1.3.1-py3.9.egg\scribdl\downloader.py", line 97, in is_book
File "C:\Users\Hp\AppData\Local\Programs\Python\Python39\lib\site-packages\bs4\element.py", line 1406, in getitem
return self.attrs[key]
KeyError: 'class'

@Geremia
Copy link
Author

Geremia commented Dec 26, 2021

@jaan143 That sounds like a different issue. Perhaps there's a related issue already posted here for that. If not, open a new one; maybe it's a bug.

@hawkeye2nd
Copy link

hawkeye2nd commented Dec 27, 2021

I modified it, but took a second look and saw the session cookie string was incorrect, while the expire was right. Changed it, reran the script, works great now. Important to double check everything! Thanks @Geremia for being responsive

@jaan143 Did you re-run re-run python3 setup.py install after modifying const.py?

See my comment here.

@jaan143
Copy link

jaan143 commented Dec 27, 2021

@Geremia @hawkeye2nd yes after modified const.py file i re run python setup.py install and it was install successfully without giving any error but i got error again then i install python 3.10 version which Geremia is using and i install all dependencies in this version and after that script working fine

@jaan143
Copy link

jaan143 commented Jan 8, 2022

@Geremia @hawkeye2nd Did you guys notice that script is missing some text lines in programming books ?
i am facing that issue with 3 programming books and these all have missing some lines which is in codes style

can anyone fix that if i point out exactly which book and which lines are missing ?

@Geremia
Copy link
Author

Geremia commented Jan 8, 2022

@jaan143 What "missing" "text lines" are you referring to?

@jaan143
Copy link

jaan143 commented Jan 9, 2022

@Geremia its not downloading complete book. its missing some lines like this
example these lines are missing
dups = df.duplicated()
print(dups.any())
File_heart_first_record = file_heart.drop_duplicates (subset = ["Age",
"Cholesterol", Etc], keep="first")

@SigmaDuck894
Copy link

Hey @Geremia , i did modify the const.py file, but how to re run the setup.py? Do i need to do anything or just click it? I tried clicking it but nothing happen. I still cant download the full book.

@SigmaDuck894
Copy link

I modified the const.py then tried re-running python3 setup.py install by running a cmd file as administrator. However, it still doesnt work

@Geremia
Copy link
Author

Geremia commented Jan 10, 2022

@SigmaDuck894

I modified the const.py then tried re-running python3 setup.py install by running a cmd file as administrator. However, it still doesnt work

You're probably using expired _scribd_session and _scribd_expire cookies. Find the recent ones again (see video), update const.py accordingly, and re-run python3 setup.py install again.

@jaan143
Copy link

jaan143 commented Jan 16, 2022

@Geremia its not downloading complete book which is more than 500 pages
did you notice that ? and you have solution for it ?

@jaan143
Copy link

jaan143 commented Feb 10, 2022

script is missing tables diagrams

@jaan143
Copy link

jaan143 commented Mar 30, 2022

@hawkeye2nd will you tell me which type of cookies are perfect ?
my cookies are expired and i tried many cookies but i got error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants