GoBooDo
GoBooDo copied to clipboard
A Google book downloader with proxy support.
Hi, I get the following error: ``` Traceback (most recent call last): File "C:\Users\JOSE\Downloads\Compressed\GoBooDo-master\GoBooDo-master\GoBooDo.py", line 50, in resethead req = requests.get("https://google."+self.country, cookies={'CONSENT': 'YES+1'}, verify=False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\JOSE\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\api.py", line 73, in...
The "image not available" images were not being filtered out, so I looked at the code and changed it as follows (on storeImages.py): ``` def pageEmpty(self, image): im = Image.open(BytesIO(image))...
Hello. I have this error Downloading An earlier download attempt was detected, GoBooDo will continue using the previous state. The total pages available for fetching are 40 Traceback (most recent...
the book is https://books.google.bg/books?id=c-MjAwAAQBAJ&printsec=frontcover#v=onepage&q&f=false but i met the erro "name='NID', domain=None, path=None" Received invalid response
HI, i get the following error: F:\GoBooDo\GoBooDo>python GoBooDo.py --id=XXXX Downloading XXXX Pages to be fetched in the current iteration are : 140 Fetched link for PA7. Fetched link for PA8....
When i try this book: https://www.google.co.in/books/edition/Xamidea_Social_Science_for_Class_9_CBSE/94s2EAAAQBAJ?hl=en&gbpv=0 it says Received invalid response i use the id: 94s2EAAAQBAJ It detects the name of the book but does not do anything please fix...
Currently having errors trying to use proxies to download pages. How should I adjust the fixes for #53 and #62 to work with the homebrew installation of tesseract, as it...
good morning, i receive "StoreImages' object has no attribute 'head'" for every page download. i use expressvpn can anyone help me? thanks in advance
This pull request makes GoBooDo to make a searchable PDF with OCR. See also: #58. # How does this work Tesseractor makes searchable PDFs from images and merge PDFs by...
Hi, I'm new to coding. The only thing I could find out online about this error was the obvious, that it doesn't like the middle dot character. I installed the...