This commit is contained in:
caiwx86 2022-12-06 19:01:15 +08:00
parent cdb27c631f
commit fb51aa428c

View File

@ -7,4 +7,4 @@ if __name__ == '__main__':
# comicEntity.comicChapter(url,scramble=True)
# comicEntity.oneComic("https://rm01.xyz/books/c94f80c1-a673-4c74-bb5e-ad5ac7dd766b")
for x in range(0,20):
comicEntity.downladsComcis("https://rm01.xyz/books?&page="+x)
comicEntity.downladsComcis("https://rm01.xyz/books?&page="+str(x))