Skip to content

Lighter Dependencies

Compare
Choose a tag to compare
@hentai-chan hentai-chan released this 29 Jun 16:44
· 82 commits to master since this release
f4548d5

Makes the Hentai class hashable and changes the return type of some methods from List[Hentai] to Set[Hentai]. It also cuts down the total amount of external dependencies to 2 (requests and tqdm). Another noticeable change took place in the RequestHandler class: session objects now depict a descriptive and truthful UA string. This makes it easier for server administrators to identify bot requests.