Download all available german ebooks from the MobileRead wiki and the publication thread
Lädt alle verfügbaren deutschen eBooks von der MobileRead Wikiliste und dem Veröffentlichungsthread herunter.
This is a plugin for unidown, in short unidown manages the already downloaded ebooks and prevents that they will be downloaded again.
Install Python 3.8 or greater.
Open a terminal and install with:
pip install unidown-mr-de
This installs the main program unidown and this mr_de
plugin.
Open a terminal and:
unidown -p mr_de
There are some options you can choose from:
- delay
- Delay (seconds) between the downloads (default: 2s).
- include
- Include formats into download, to include unrecognized file types use
unrecognized
as part of the options list. If no options are given include refers to include all. - exclude
- Include formats into download, to include unrecognized file types use
unrecognized
as part of the options list. If no options are given exclude refers to exclude nothing.
If both include and exclude are given, it first includes all given formats and then excludes all given excludes.
Example:
unidown -p mr_de -o delay=4 -o include=epub,mobi,lrf,imp,pdf,lit,azw,azw3,rar,lrx
unidown -p mr_de -o delay=4 -o exclude=png,jpg,jpeg,unrecognized
By default the program creates a downloads folder in the executing directory. So the ebooks are in ./downloads/mr_de
.
You should respect that MobileRead.com is a privately owned, operated and funded community and should not set that delay value to a low value.
Dies ist ein Plugin für das Programm unidown, unidown übernimmt die Verwaltung damit bereits heruntergeladene eBooks nicht nochmal heruntergeladen werden.
Installiere Python 3.8 oder höher.
Öffne ein Terminal und installiere es mit:
pip install unidown-mr-de
Dies Installiert das Programm unidown und dieses Plugin.
Öffne ein Terminal und:
unidown -p mr_de
Es können verschiedene Optionen hinzugefügt werden.
- delay
- Verzögerung (Sekunden) zwischen den Downloads (Standard: 2s).
- include
- Liste von Formaten zum Downloaden, um Dateitypen zu downloaden die nicht erkannt werden können, muss
unrecognized
zur Liste hinzugefügt werden. Falls keine Option angegeben wurde, werden alle Typen inkludiert. - exclude
- Liste von Formaten die Ausgeschlossen werden, um Dateitypen auszuschließen die nicht erkannt werden können, muss
unrecognized
zur Liste hinzugefügt werden. Falls keine Option angegeben wurde, wird kein Typ ausgeschlossen.
Falls beide Optionen angegeben werden, wird erst der include Filter und dann der exclude Filter angewandt.
unidown -p mr_de -o delay=4 -o include=epub,mobi,lrf,imp,pdf,lit,azw,azw3,rar,lrx
unidown -p mr_de -o delay=4 -o exclude=png,jpg,jpeg,unrecognized
Standardmäßig erstellt das Programm in dem Ordner, von dem es ausgeführt wurde, einen Downloadordner. Somit befinden sich die heruntergeladenen eBooks in ./downloads/mr_de.
Es sollte beachtet werden, dass MobileRead.com privat gegründet und betrieben wird, daher sollte der delay Wert nicht zu gering gesetzt werden.
https://github.com/IceflowRE/unidown-mr_de
- Developer
- unidown
- urllib3
Copyright (C) 2015-2018 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 <https://www.gnu.org/licenses/>.