Atrate / LibgenCheck

Read-only mirror from GitLab. A simple Node.js script designed to check whether books in your collection exist on Library Genesis or not.

Home Page:https://gitlab.com/Atrate/libgencheck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add synchronous search and a delay between searches

Atrate opened this issue · comments

Adding synchrounous search and a delay between searches is important in order for users not to get IP-blocked from the Library Genesis API.

This can be implemented when:
a) The libgen module implements synchronous search
b) Webpack v5 is released, which would allow using await in sync functions.

See also: https://stackoverflow.com/a/41957152