This program/script downloads all available ebooks from the german MobileRead wiki (https://wiki.mobileread.com/wiki/Free_eBooks-de/de) Dieses Programm lädt alle verfügbaren eBooks von der deutschen MobileRead Wikiliste (https://wiki.mobileread.com/wiki/Free_eBooks-de/de) herunter.
Install Python 3 or greater. (https://www.python.org/downloads/)
Open a terminal and install with:
pip install unidown-mr_de
Open a terminal:
unidown -p mr_de
There are some optional options you can choose from:
- delay
- Delay (seconds) between the downloads (default: 2s).
- format
- Download only the specified format (default: all formats).
Example:
unidown -p mr_de delay=4 format=epub,mobi,lrf,imp,pdf,lit,azw,azw3,rar,lrx
By default the program creates a downloads folder in the executing directory. So the ebooks are in ./downloads/mr_de.
There will be some false positive for examples images or ebooks with wrong extensions e.g. .pdb which was a .epub.
You should have in mind that the MR server was not intended for this automatically/ machine usage.
Installiere Python 3 or höher. (https://www.python.org/downloads/)
Öffne ein Terminal und installiere es mit:
pip install unidown-mr_de
Öffne ein Terminal:
unidown -p mr_de
Es können verschieden optionale Optionen hinzugefügt werden.
- delay
- Verzögerung (Sekunden) zwischen den Downloads (Standard: 2s).
- format
- Lädt nur die spezifizierten Formate herunter (Standard: jedes Format).
Beispiel:
unidown -p mr_de delay=4 format=epub,mobi,lrf,imp,pdf,lit,azw,azw3,rar,lrx
Standardmäßig erstellt das Programm in dem Ordner, von wo es ausgeführt wurde einen Downloadordner, so sind die eBooks dann in ./downloads/mr_de.
Du solltest beachten, dass die MR Server nicht für diese automatische/ maschinelle Benutzung gedacht sind.
https://github.com/IceflowRE/unidown-mr_de
- Developer
- Iceflower S
- nose2
- Packaging
- Donald Stufft and individual contributors
- https://github.com/pypa/packaging
- BSD-3-Clause, Apache-2.0
- Prospector
- Setuptools
- tqdm
- twine
- urllib3
- wheel
---
## License ![Image of GPLv3](http://www.gnu.org/graphics/gplv3-127x51.png)
Copyright © Iceflower S
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/gpl.html>.