fix "text:" downloader

pull/40/head
Mike Fährmann 7 years ago
parent f7de048980
commit d70c66c516
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -13,7 +13,7 @@ from .common import BasicDownloader
class Downloader(BasicDownloader):
def __init__(self, output):
def __init__(self, session, output):
BasicDownloader.__init__(self)
self.out = output

@ -58,6 +58,7 @@ skip = [
"exhentai", "kissmanga", "mangafox", "dynastyscans", "nijie",
"archivedmoe", "archiveofsins", "thebarchive",
# temporary issues
"imgtrex", # 504
]
# enable selective testing for direct calls
if __name__ == '__main__' and len(sys.argv) > 1:

Loading…
Cancel
Save