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