作者: 序列号 时间: 2017-4-30 17:18
忘记删除下面的return了
def DownloadNovel():#下载小说
links= GetTheDownloadDirectory()
for x in links:
GetDirectory(x)
with open("小说网页目录.txt",'rt') as f:
for x in f:
shuming,url = GetIinksAndTitles(x)
request.urlretrieve(url, shuming+".rar", callbackfunc)作者: 哇哇哇方法 时间: 2017-8-20 08:20
开两条线程更快