MiniGlome / Archive.org-Downloader

Python3 script to download archive.org books in PDF format
934 stars 124 forks source link

guide to download #94

Closed Git-Vasanth closed 1 year ago

Git-Vasanth commented 1 year ago

hi. i used to download the pics and glad that i found this option.i did run the git commmands and trid to run the cmd which download the books. i got error in cmd , i have attached the picture. i do have pthon 3.12 but dont know whats wrong. please help me.i have downloaded in git. guide me next steps.

Thanks Screenshot (5009) Screenshot (5010)

darnn commented 1 year ago

The developer (or someone else more knowledgeable than myself) can probably give you an answer that isn't a guess, but I'd try two things:

  1. Change "python3" to "python3.exe" (or python.exe, that's what it is for me).
  2. Get rid of the -dir parameter, or at least use single backslashes in the path rather than double.

Personally I'd also recommend that you use -j and compile the page images into a PDF yourself, since that way you have more control over how that happens, but that's just me. Also, back in the day I had problems with the PDF portion of the script and commented out the part that imports it, I think.

Git-Vasanth commented 1 year ago

i have tried , it says this. Screenshot (5011)

darnn commented 1 year ago

You've removed the filename of the script. Like, you're supposed to still have "archive-org-downloader.py" after "python.exe".

Git-Vasanth commented 1 year ago

dude this is awesome. its working. i dont know your name but thank you

darnn commented 1 year ago

It's all good! Really, the developer is the one who deserves the thanks, I don't know the first thing about actually coding in Python, and this script has helped me immensely too.