PyComicPackRouMan/main.py
2023-01-08 17:30:08 +08:00

16 lines
734 B
Python

from utils.entity.JMTI import comicEntity
from utils.comic.ComicInfo import comicInfo
import os,shutil
def comics():
for x in range(1,2):
comicEntity.downladsComcis("https://jmcomic.moe/albums/hanman?page="+str(x))
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/3700b70b-c5a9-4328-9ae3-cffda6a77339/15"
# comicEntity.comicChapter(url,scramble=True)
# comicEntity.oneComic("https://rm01.xyz/books/c94f80c1-a673-4c74-bb5e-ad5ac7dd766b")
# comicEntity.oneComic("https://jmcomic2.onl/album/403327/")
comicEntity.downladsComcis("https://jmcomic2.onl/albums/hanman?shunt=2")