Files
gallery-dl/gallery_dl/extractor/exhentai.py
Mike Fährmann 0f55b8e80a [exhentai] fix type check from dbbbb21 (#940)
'bool' is a subclass of 'int', and therefore
'isinstance(self.limits, int)' also returns True when
'self.limits' has a boolean value
2020-08-30 20:51:22 +02:00

15 KiB