workaround for python 3.6s behaviour with BEGIN EXCLUSIVE in sqlite

This commit is contained in:
Mike Fährmann
2017-01-11 00:17:02 +01:00
parent 8780abcc77
commit 989820d719
3 changed files with 14 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ if __name__ == '__main__' and len(sys.argv) > 1:
]
del sys.argv[1:]
skip = ("exhentai", "kissmanga")
skip = ("deviantart"1, "kissmanga")
for extr in extractors:
if extr.category in skip:
continue