10 lines
503 B
Python
10 lines
503 B
Python
from utils.entity.RouMan import comicEntity
|
|
|
|
if __name__ == '__main__':
|
|
# os.environ["http_proxy"] = "http://127.0.0.1:7890"
|
|
# os.environ["https_proxy"] = "http://127.0.0.1:7890"
|
|
# url = "https://rm01.xyz/books/f08668a4-0cbc-488e-95a7-3c71de0c7a31/1"
|
|
# 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="+str(x)) |