Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
Carlos Rodrigues edited this page Apr 22, 2018 · 2 revisions

TODO improve wiki

gin-downloader

gin-downloader uses some libraries:

  • requestretry to make request on most of the websites (aka without cloudflare), that means if the website returns a network error, the same page will be requested again.
  • promise-queue to queue request, if we spam the website with a bunch of request, most likely it will ratelimit us.

MangaHere

Mangahere as a ratelimit, if we request more than 6 pages concurrently it will take a long time because of the ratelimit.

Clone this wiki locally