Lighter Dependencies
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.