fix
This commit is contained in:
@@ -42,6 +42,5 @@ class comicEntity:
|
||||
|
||||
@classmethod
|
||||
def start(cls,url):
|
||||
pathStr.setComicMainAndPath(pathStr.comic_rm)
|
||||
cls.downladsComcis(url)
|
||||
cls.oneComic()
|
||||
@@ -4,6 +4,7 @@ from domain.BaoZi import comicEntity as baoziEntity
|
||||
from domain.RouMan import comicEntity as roumanEntity
|
||||
|
||||
def rouman():
|
||||
pathStr.setComicMainAndPath(pathStr.comic_rm)
|
||||
skip.roumanskip()
|
||||
for x in range(0,52):
|
||||
roumanEntity.start("https://rm01.xyz/books?&page="+str(x))
|
||||
|
||||
Reference in New Issue
Block a user