elvis972602 / Kemono-scraper

A simple downloader to download media from kemono.party
MIT License
193 stars 12 forks source link

added --page flag to limit the number of pages fetched on kemono #56

Open dahunni opened 2 months ago

dahunni commented 2 months ago

Fix: Prevent Endless Fetching and Add Page Limit Flag

Problem

The existing code had two issues:

  1. The program would endlessly fetch the creator list due to an unintended loop.
  2. The requests were made too quickly, causing timeouts and overloading the server.

Solution