workaround for python 3.6s behaviour with BEGIN EXCLUSIVE in sqlite
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user