Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 02-23-2025, 07:25 AM   #1
rcentros
eReader Wrangler
rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.rcentros ought to be getting tired of karma fortunes by now.
 
rcentros's Avatar
 
Posts: 7,832
Karma: 51000001
Join Date: Mar 2013
Location: Boise, ID
Device: PB HD3, GL3, Tolino Vision 4, Voyage, Clara HD
An Application for Downloading all your Kindle books

Runs under Python 3. Unfortunately it requires the Chrome web browser.

I've already downloaded the Kindle books I don't want to lose, but I'm half tempted to try this under Linux and see if it works.

https://defragg.com/bulk-download-kindle-books/
rcentros is offline   Reply With Quote
Old 02-23-2025, 07:55 AM   #2
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 13,673
Karma: 103503501
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
Would Chromium do? The "Chrome only" webpage to transfer music to a NetMD Minidisk over USB works on Chromium on Linux.
See https://web.minidisc.wiki/

EDIT
Actually I see that now it claims to be for Chromium based, but not Vivaldi.

Last edited by Quoth; 02-23-2025 at 08:00 AM.
Quoth is offline   Reply With Quote
Advert
Old 02-23-2025, 10:02 AM   #3
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,352
Karma: 203720150
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
This is very similar to the Python script on GitHub in one of the other threads. On Linux (Arch anyway) there is no need to install ChromeDriver if you already have Chromium installed. The chromedriver binary comes with the Chromium package.
DiapDealer is offline   Reply With Quote
Old 02-24-2025, 07:39 AM   #4
Keybounce
Enthusiast
Keybounce began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Aug 2019
Device: kindle (various)
I am not able to get this to work for me. The chrome window shows up, but it just has a url of "data:,". Attempting to go to the amazon site anyways, and logging in, works, but nothing happens, and then the script dies with an error.

Once I log in, and go to https://www.amazon.com/hz/mycd/digit...ksAll/dateDsc/, and wait ...

Code:
Press Enter to continue...
Starting from page 1
Traceback (most recent call last):
  File "/home/user/Documents/dev/defragg/defragg-kindle-downloader.py", line 275, in <module>
    driver = webdriver.Chrome(service=service, options=options)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/user/Python/lib/python3.12/site-packages/selenium/webdriver/chrome/webdriver.py", line 45, in __init__
    super().__init__(
  File "/home/user/Python/lib/python3.12/site-packages/selenium/webdriver/chromium/webdriver.py", line 66, in __init__
    super().__init__(command_executor=executor, options=options)
  File "/home/user/Python/lib/python3.12/site-packages/selenium/webdriver/remote/webdriver.py", line 250, in __init__
    self.start_session(capabilities)
  File "/home/user/Python/lib/python3.12/site-packages/selenium/webdriver/remote/webdriver.py", line 342, in start_session
    response = self.execute(Command.NEW_SESSION, caps)["value"]
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/user/Python/lib/python3.12/site-packages/selenium/webdriver/remote/webdriver.py", line 429, in execute
    self.error_handler.check_response(response)
  File "/home/user/Python/lib/python3.12/site-packages/selenium/webdriver/remote/errorhandler.py", line 232, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: DevToolsActivePort file doesn't exist
Stacktrace:
#0 0x55e8f052b4e3 <unknown>
#1 0x55e8f025ac76 <unknown>
#2 0x55e8f0287019 <unknown>
#3 0x55e8f02832fa <unknown>
#4 0x55e8f0280029 <unknown>
#5 0x55e8f02beccc <unknown>
#6 0x55e8f02be47f <unknown>
#7 0x55e8f02b5de3 <unknown>
#8 0x55e8f028b2dd <unknown>
#9 0x55e8f028c34e <unknown>
#10 0x55e8f04eb3e4 <unknown>
#11 0x55e8f04ef3d7 <unknown>
#12 0x55e8f04f9b20 <unknown>
#13 0x55e8f04f0023 <unknown>
#14 0x55e8f04be1aa <unknown>
#15 0x55e8f05146b8 <unknown>
#16 0x55e8f0514847 <unknown>
#17 0x55e8f0524243 <unknown>
#18 0x758bfee9caa4 <unknown>
#19 0x758bfef29c3c <unknown>

(Python) user@NS70PU:~/Documents/dev/defragg$
Keybounce is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Downloading Kindle Books? MarjaE Amazon Kindle 2 02-13-2025 04:03 PM
Kindle PW, Application Error, The selected application could not be started Imran Ahmad Kindle Developer's Corner 3 05-16-2021 09:52 AM
Problem with downloading new Kindle books Lillie55 Library Management 9 06-20-2019 02:34 PM
Help downloading and side loading kindle books cvkemp Amazon Kindle 5 10-18-2017 12:56 AM
DOWNLOADING BOOKS FROM GUTENBERG TO KINDLE? calc3 Amazon Kindle 6 02-07-2014 02:33 PM


All times are GMT -4. The time now is 02:44 AM.


MobileRead.com is a privately owned, operated and funded community.