19 lines
608 B
Python
19 lines
608 B
Python
import os
|
|
from utils.entity.RouMan import comicEntity
|
|
from utils.comic.PathStr import pathStr
|
|
#from utils.entity.JMTI import comicEntity
|
|
from utils.comic.ComicInfo import comicInfo
|
|
|
|
def comics():
|
|
for x in range(0,52):
|
|
comicEntity.downladsComcis("https://rm01.xyz/books?&page="+str(x))
|
|
|
|
def skip():
|
|
comicInfo.setComicNameSkips("")
|
|
|
|
if __name__ == '__main__':
|
|
# pathStr.setComicMainPath("JM")
|
|
comics()
|
|
# os.environ["http_proxy"] = "http://127.0.0.1:7890"
|
|
# os.environ["https_proxy"] = "http://127.0.0.1:7890"
|
|
# comicEntity.oneComic("https://18comic.vip/album/358870/") |