13 lines
441 B
Python
13 lines
441 B
Python
import os
|
|
from utils.entity.RouMan import comicEntity
|
|
#from utils.entity.JMTI import comicEntity
|
|
|
|
def comics():
|
|
for x in range(0,50):
|
|
comicEntity.downladsComcis("https://rm01.xyz/books?&page="+str(x))
|
|
|
|
if __name__ == '__main__':
|
|
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/") |