All Projects → xuzhengyi1995 → Renta_Downloader

xuzhengyi1995 / Renta_Downloader

Licence: other
Download manga you rent from http://renta.papy.co.jp/

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Renta Downloader

fanga
A manga reader and downloader made with flutter
Stars: ✭ 61 (+79.41%)
Mutual labels:  manga, manga-downloader
Bookwalker Downloader
Download manga you rent from https://bookwalker.jp/
Stars: ✭ 26 (-23.53%)
Mutual labels:  manga, manga-downloader
ReadmangaGrabber
Утилита для скачивания манги с сайтов ReadManga, MintManga и SelfManga.
Stars: ✭ 57 (+67.65%)
Mutual labels:  manga, manga-downloader
MangaReaderScraper
Search and download mangas from the command line
Stars: ✭ 23 (-32.35%)
Mutual labels:  manga, manga-downloader
JapScanDownloader
Script to download mangas from JapScan
Stars: ✭ 17 (-50%)
Mutual labels:  manga, manga-downloader
UltimateMangaReader
A feature-rich online manga reader for Kobo E-Ink devices based on Qt5.
Stars: ✭ 72 (+111.76%)
Mutual labels:  manga, manga-downloader
Manga downloader
A Manga download framework using selenium.
Stars: ✭ 307 (+802.94%)
Mutual labels:  manga, manga-downloader
anilabx
AniLabX - android app for watching anime/dramas/cartoons and reading manga/comics/light novels
Stars: ✭ 54 (+58.82%)
Mutual labels:  manga, manga-downloader
Tachidesk-Server
A rewrite of Tachiyomi for the Desktop
Stars: ✭ 1,052 (+2994.12%)
Mutual labels:  manga, manga-downloader
mangadesk
Terminal client for MangaDex 📖
Stars: ✭ 569 (+1573.53%)
Mutual labels:  manga, manga-downloader
mangodl
An easy-to-use cli tool for downloading manga
Stars: ✭ 154 (+352.94%)
Mutual labels:  manga, manga-downloader
LANraragi cn
This repo is a fork of Difegue / LANraragi , those things i've done was to translate this repo into chinese ,and fix chrome browser js problem.
Stars: ✭ 147 (+332.35%)
Mutual labels:  manga
mr2tachiyomi
Import your Mangarock favorites to Tachiyomi
Stars: ✭ 48 (+41.18%)
Mutual labels:  manga
Nekome
Nekome is an Android application to manage tracked Anime and Manga lists.
Stars: ✭ 279 (+720.59%)
Mutual labels:  manga
Discord-Trivia-Bot
TriviaBot: Play trivia in Discord! Powered by discord.js and OpenTDB, with 24 categories and three modes of play.
Stars: ✭ 83 (+144.12%)
Mutual labels:  manga
Mal4J
Java wrapper for the official MyAnimeList API
Stars: ✭ 23 (-32.35%)
Mutual labels:  manga
Shigureader
用Chrome或者iPad轻松阅读整理漫画,播放音乐,以及观看视频. All-in-one solution for local doujin/anime/music file.
Stars: ✭ 254 (+647.06%)
Mutual labels:  manga
MangaViewAndroid
뉴토끼 / 마나토끼 앱
Stars: ✭ 27 (-20.59%)
Mutual labels:  manga
rfcs
An initiative to structure the world of metadata for Comic Books, Mangas and other graphic novels.
Stars: ✭ 73 (+114.71%)
Mutual labels:  manga
Malclient
Not so small client app for Myanimelist.net - Windows 10 UWP & Android
Stars: ✭ 253 (+644.12%)
Mutual labels:  manga

Renta_Downloader

Download manga you rent from http://renta.papy.co.jp/

[2020-02-01] Make it easier to use, add threadpool to make downloading faster

[2019-10-31] Changed to fit the new version of Renta.

How to Use

Now no need to find anything on the webpage, just put the cookie and url is ready for use.

  1. Install python packages pillow and threadpool.

    pip install Pillow
    pip install threadpool
  2. Change the imgdir in the main.py to indicate where to put the manga.

  3. Add your cookies in the program.

    Remember to use F12 to see the cookies!

    Because some http only cookies can not be seen by javascript!

    Remember that now we should change the cookie each downloading! It means that one cookie for one manga for a period time. Change the manga, Change the cookie!

    Maybe no need to change, but if the program not work, you can try to refresh the cookies.

    1. Open the page.
    2. Press F12.
    3. Click on the Network.
    4. Refresh the page.
    5. Find the first index.view request, click it.
    6. On the right, there will be a Request Headers, go there.
    7. Find the cookie:...., copy the string after the cookie:, paste to the main.py, YOUR_COOKIES_HERE
  4. Change the url in the main.py.

    The URL is finished with index.view, here we use the manga 魔法使いの嫁.

    This is the URL of the 魔法使いの嫁: https://dre-viewer.papy.co.jp/sc/view_jsimg2/sample/9-265205-84/FIX001/index.view

    Just copy this URL to the url in main.py.

  5. About ebookrenta, the us website.

    If you want to download ebookrenta, just do the same thing but change the url to the ebookrenta:http://us-dre4.ebookrenta.com/sc/view_jsimg2_en/3a2d4f07050062a785/9-671847-84/rbc1002/index.view

    Remember the view_jsimg2_en is very important.

    If you got some URL like:http://us-dre4.ebookrenta.com/sc/view_jsimg/689e8bd62ec792493d/9-535673-84/rbc1002/index.view, you must change the part view_jsimg to view_jsimg2_en, because this script is designed for the newer version of viewer.

  6. After edit the program, run python main.py to run it.

Notice

  1. The poolsize by default is 5, it's already fast enough I think, you can change it but be careful that the server may ban your ip or account (I'm not sure, but be careful).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].