You are on page 1of 1

Member u:kmorozov created a program to download books from Google Books.

It
provides the ability to use both an intuitive graphical interface and a command
line interface . Written in Java . Of course, open source , GitHub . The logic of
the program is as follows: it downloads and neatly folds the pages of the specified
book into a folder. The folder is separate for each book, and collects them into a
pdf file. In general, the utility pumps out no less than what is seen in the
browser. And with multiple launches, more, since successive launches can open new
pages, such miracles.

It's very easy to use:

Install Java at least 13, downloaded from the link


Download the latest version of the program from
https://github.com/kvmorozov/wGooBooDo/releases
On the command line: java -jar [file name].jar -i BEvEV9OVzacC -o C:\Work\imgOut -
must be run from the folder where the utility is located.
Here -i is the book identifier (mandatory parameter) (If the book address is
https://books.google.ru/books?id=E_2twD6wgE0C , then its id = E_2twD6wgE0C);
Here -o is the root folder where the pages will be downloaded (mandatory
parameter);
There is also an optional parameter -p - control of used proxy servers. You can
specify the location of a file with a list of proxy addresses in the format
<ip:port> , one entry per line, or "web" to download the list from
http://www.proxz.com/proxy_list_anonymous_us_0.html . Experimental support for the
tor browser as a proxy is available for enthusiasts who will build the program from
source.
There is also an optional parameter -w - you can set the desired resolution of
downloaded pages (maximum = 1280).
There is also an optional -r parameter - if the flag is specified, then the program
looks - if the page was previously downloaded in a lower quality than is currently
specified in the -w parameter, then the page is reloaded (if it is available). It
also reloads broken files.
There is also an optional -s parameter - safe mode, all requests will be made only
through a proxy.
There is also an optional parameter -a - authentication data, can be used if the -i
parameter points to an id from archive.org. In this case, it should be something
like this: -i docereverboetexe0000bynu -a <login or email> <password>. It is
necessary to borrow books before use.
Optional parameter -x pdf_skip - disables assembly of downloaded pages into a pdf
file.
At the end of the program, the program issues a report on the pages that have not
yet been downloaded. On average, running the program for a week, you can download
80-90% of the pages of any book.

-wGooBooDo
Here with the help of it and any VPN (the address must be changed after each
attempt download pages of the book)

The line itself will be - java -jar wGoogBooDoo-2.2-b2.jar -i 75tkEAAAQBAJ -o D:\


Boook\imgOut

Better wGoogBooDoo-2.2-b2 than wGoogBooDoo-2.3.1

You might also like