{ "info": { "author": "Iceflower S", "author_email": "iceflower@gmx.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Natural Language :: German", "Operating System :: OS Independent", "Programming Language :: Python :: 3.7" ], "description": "****************************\nMR German plugin for unidown\n****************************\n|maintained| |programming language| |license|\n\n|travis| |appveyor| |requirements| |codacy|\n\n----\n\nThis program/script downloads all avaible ebooks from the german MobileRead wiki (http://wiki.mobileread.com/wiki/Free_eBooks-de/de) \nDieses Programm/ Skript l\u00e4dt alle verf\u00fcgbaren eBooks von der deutschen MobileRead Wikiliste (http://wiki.mobileread.com/wiki/Free_eBooks-de/de) herunter.\n\n----\n\nInformation - *English*\n=======================\n\nInstallation\n------------\n\nInstall Python 3 or greater, don't forget to use the correct architecture. (https://www.python.org/downloads/)\nDownload and unzip the latest release of this program/ script. (https://github.com/IceflowRE/MR-eBook-Downloader/releases/latest)\nRun `InstallMissingModules.sh`. This will install additional required modules for Python.\n\nUsage\n-----\n\nRun `Start.sh` (Linux) or `Start.bat` (Windows) or **better** run `StartDeDownload.py` from the command line!\n\nCreated data\n------------\n\n- `ebook` folder where all ebooks will downloaded.\n- `temp` stores the temporary data. At the end this folder should be deleted.\n- `udpate.data` saves data over the downloaded ebooks, do not **deleted!** If you want to update or download the ebooks again it will only download the new ones.\n- `noEbookFound.txt` stores a list of threads where no ebook was found.\n- `failedDownload.txt` stores a list of links where the download was failed. You can try a manual download, if you succeed you should not forget to add an entry to the update.data file.\n\nExpert settings\n---------------\nFaster download: edit in `MrDeDownloader.py` the line `using_core = 4`, change the number to a higher count. Have in mind that this will strain your PC and the MR server.\nDownload only specific formats: edit in `MrDeDownloader.py` the line `format_list = ['epub', 'mobi', 'lrf', 'imp', 'pdf', 'lit', 'azw', 'azw3', 'rar', 'lrx']`, remove not needed formats.\n\nNotes\n-----\nThere will be some false positive for examples images or ebooks with wrong extensions e.g. `.pdb` which was a `.epub`.\nHave in mind that you can be banned or something similar if you strained the MR server too much.\n\nInformation - *Deutsch*\n=======================\n\nInstallieren\n------------\nInstalliere Python 3 oder h\u00f6her, vergess dabei nicht die richtige Architektur zu w\u00e4hlen. (https://www.python.org/downloads/)\nDownloade und entpacke die letzte Ver\u00f6ffentlichung von dem Downloader. (https://github.com/IceflowRE/MR-eBook-Downloader/releases/latest)\nF\u00fchre `InstallMissingModules.sh` aus. Dies wird gegebenenfalls fehlende, ben\u00f6tigte Python Module installieren.\n\nBenutzung\n---------\n\nStarte `Start.sh` (Linux) oder `Start.bat` (Windows) oder **besser**, starte `StartDeDownload.py` von der Kommandozeile aus.\n\nErstellte Daten\n---------------\n\n- `ebook` der Ordner wohin alle eBooks heruntergeladen werden.\n- `temp` speichert tempor\u00e4r ben\u00f6tigte Daten. Diese sollten am Ende jedoch wieder gel\u00f6scht werden.\n- `udpate.data` speichert Daten \u00fcber die heruntergeladenen eBooks, nicht **l\u00f6schen!** Falls der Donwloader nochmals ausgef\u00fchrt wird, werden nur neue und aktualisierte eBooks heruntergeladen.\n- `noEbookFound.txt` enth\u00e4lt eine List von Threads in welchen keine eBooks gefunden wurden.\n- `failedDownload.txt` enth\u00e4lt eine List von Links wo der Download fehlgeschlagen ist. Ein manueller Download kann versucht werden. Sollte dies klappen sollte man den entsprechenden Eintrag in der update.data erg\u00e4nzen.\n\nExperteneinstellungen\n---------------------\n\nSchnellerer Download: \u00e4ndere in der `MrDeDownloader.py` Datei die Zeile `using_core = 4`, zu einer h\u00f6heren Zahl. Beachte dabei jedoch, dass dies den PC und den MR Server st\u00e4rker belastet.\nNur bestimmte Formate herunterladen: entferne in der `MrDeDownloader.py` Datei, in der Zeile `format_list = ['epub', 'mobi', 'lrf', 'imp', 'pdf', 'lit', 'azw', 'azw3', 'rar', 'lrx']` die entsprechenden Formate.\n\nHinweis\n-------\n\nEs werden einige \"falsche\" Dateien heruntergeladen, beispielsweise Bilder oder Dateien mit einer falschen Dateiendung zum Beispiel `.pdb`, welche aber eine `.epub` darstellt.\nBeachte auch, dass der MR Server st\u00e4rker belastet wird und ein Ban oder \u00e4hnliche Ma\u00dfnahmen erfolgen k\u00f6nnen.\n\n\n----\n\nWeb\n===\n\nhttps://github.com/IceflowRE/unidown-mr_de\n\nCredits\n=======\n\n- Developer\n - Iceflower S\n - iceflower@gmx.de\n\nThird Party\n-----------\n\nnose2\n - Jason Pellerin\n - https://github.com/nose-devs/nose2\n - `BSD-2-Clause `__\nPackaging\n - Donald Stufft and individual contributors\n - https://github.com/pypa/packaging\n - `BSD-3-Clause, Apache-2.0 `__\nProspector\n - `landscapeio `_\n - https://github.com/landscapeio/prospector\n - `GPL-2.0+ `__\nSetuptools\n - Jason R Coombs / `Setuptools Developers `_\n - https://github.com/pypa/setuptools\n - `MIT `__\ntqdm\n - `noamraph `_\n - https://github.com/tqdm/tqdm\n - `MIT, MPL-2.0 `__\ntwine\n - `various authors `_\n - https://github.com/pypa/twine\n - `Apache-2.0 `__\nurllib3\n - `Andrey Petrov and contributors `_\n - https://github.com/shazow/urllib3\n - `MIT `__\nwheel\n - `Charlie Denton `_\n - https://github.com/meshy/pythonwheels\n - `BSD-2-Clause `__\n\nLicense\n-------\n\n.. image:: http://www.gnu.org/graphics/gplv3-127x51.png\n :alt: GPLv3\n :align: center\n\n.. Badges.\n\n.. |maintained| image:: https://img.shields.io/badge/maintained-yes-brightgreen.svg\n\n.. |programming language| image:: https://img.shields.io/badge/language-Python_3.7-orange.svg\n :target: https://www.python.org/\n\n.. |license| image:: https://img.shields.io/badge/License-GPL%20v3-blue.svg\n :target: https://www.gnu.org/licenses/gpl-3.0\n\n.. |travis| image:: https://img.shields.io/travis/com/IceflowRE/unidown-mr_de/master.svg?label=Travis%20CI\n :target: https://travis-ci.com/IceflowRE/unidown-mr_de\n\n.. |appveyor| image:: https://img.shields.io/appveyor/ci/IceflowRE/unidown-mr-de/master.svg?label=AppVeyor%20CI\n :target: https://ci.appveyor.com/project/IceflowRE/unidown_mr_de/branch/master\n\n.. |requirements| image:: https://requires.io/github/IceflowRE/unidown-mr_de/requirements.svg?branch=master\n :target: https://requires.io/github/IceflowRE/unidown-mr_de/requirements/?branch=master\n\n.. |codacy| image:: https://api.codacy.com/project/badge/Grade/8b542926cd9e445c97545f2245aac712\n :target: https://www.codacy.com/app/IceflowRE/unidown-mr_de\n\n--- \n\n## License\n![Image of GPLv3](http://www.gnu.org/graphics/gplv3-127x51.png)\n\nCopyright \u00a9 Iceflower S\n\nThis 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. \nThis 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. \nYou should have received a copy of the GNU General Public License along with this program; if not, see .\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/IceflowRE/unidown-mr_de", "keywords": "plugin unidown", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "unidown-mr-de", "package_url": "https://pypi.org/project/unidown-mr-de/", "platform": "", "project_url": "https://pypi.org/project/unidown-mr-de/", "project_urls": { "Homepage": "https://github.com/IceflowRE/unidown-mr_de" }, "release_url": "https://pypi.org/project/unidown-mr-de/1.0.0.dev1/", "requires_dist": [ "unidown (==2.0.0.dev6)", "urllib3[secure] (==1.23)", "tqdm (==4.25.0)", "prospector[with_everything] (==1.1.2); extra == 'dev'", "nose2[coverage_plugin] (==0.8.0); extra == 'dev'", "twine (==1.11.0); extra == 'dev'", "setuptools (==40.2.0); extra == 'dev'", "wheel (==0.31.1); extra == 'dev'" ], "requires_python": ">=3.7", "summary": "MR german books plugin for Universal-Downloader.", "version": "1.0.0.dev1" }, "last_serial": 4257907, "releases": { "1.0.0.dev1": [ { "comment_text": "", "digests": { "md5": "1c0cd0c5c6ddf7dc96917c7bfef6884c", "sha256": "2df22649ab4ee6a3f06adc878bf6c390b820d21ecf6839a4617f8ceb60c9a475" }, "downloads": -1, "filename": "unidown_mr_de-1.0.0.dev1-py37-none-any.whl", "has_sig": false, "md5_digest": "1c0cd0c5c6ddf7dc96917c7bfef6884c", "packagetype": "bdist_wheel", "python_version": "py37", "requires_python": ">=3.7", "size": 11611, "upload_time": "2018-09-10T14:31:42", "url": "https://files.pythonhosted.org/packages/0d/21/7b11a915699ff015404df414c4a8844600486236d0f911c814ba0be67c6e/unidown_mr_de-1.0.0.dev1-py37-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1c0cd0c5c6ddf7dc96917c7bfef6884c", "sha256": "2df22649ab4ee6a3f06adc878bf6c390b820d21ecf6839a4617f8ceb60c9a475" }, "downloads": -1, "filename": "unidown_mr_de-1.0.0.dev1-py37-none-any.whl", "has_sig": false, "md5_digest": "1c0cd0c5c6ddf7dc96917c7bfef6884c", "packagetype": "bdist_wheel", "python_version": "py37", "requires_python": ">=3.7", "size": 11611, "upload_time": "2018-09-10T14:31:42", "url": "https://files.pythonhosted.org/packages/0d/21/7b11a915699ff015404df414c4a8844600486236d0f911c814ba0be67c6e/unidown_mr_de-1.0.0.dev1-py37-none-any.whl" } ] }