This commit is contained in:
caiwx86 2022-12-21 01:04:26 +08:00
parent df804b0ed8
commit 86e1bc6796

View File

@ -12,10 +12,4 @@ if __name__ == '__main__':
# url = "https://rm01.xyz/books/3700b70b-c5a9-4328-9ae3-cffda6a77339/15"
# comicEntity.comicChapter(url,scramble=True)
# comicEntity.oneComic("https://rm01.xyz/books/c94f80c1-a673-4c74-bb5e-ad5ac7dd766b")
try:
comics()
except:
dirComic = comicInfo.getDirComic()
if dirComic != None and os.path.exists(dirComic):
shutil.rmtree(dirComic)
comics()
comics()