Skip to content

mooring/archive.org.book.downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archive.org book downloader

download books from archive.org

image

Full version "Windows NT Shell Scripting" download by this tool can be download bellow:

1. first download Tampermonkey

2. install archiveOrgAssistant script

3. pick a book from archive.org and borrow it for next step

4. compile the program from source code

  • cl get.c

image

5. download the configuration

  • click archiveOrgAssistant
  • in the popup menu, select "get Configuration" menu item
  • input the http proxy string if has any
  • save the config.conf to downloader(ie. get.exe) folder

image

6. run the program to get pages

  • get 1 get first page
  • get 103 110 get pages from 103 to 110

image

compiled binary file get.exe can be download here just click this link: https://github.com/mooring/archive.org.book.downloader/raw/main/demo/get.exe to download

7. use jpeg2pdf to merge pages into a pdf

jpeg2pdf.exe *.jpg -o book_name.pdf

jpeg2pdf can be download https://sourceforge.net/projects/jpeg2pdf/

enjoy

author: mooring

source: https://github.com/mooring/archive.org.book.downloader

website: https://codernote.club/