Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Feb 6, 2024
1 parent 74d9053 commit b338a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def visitPage(self,channelItems):
allRangeElement=allRangeElement[:5]
for elem in allRangeElement:
urls.append(elem.text)
allUrls=channelObj[name] + urls
urls=self.compareSpeed(allUrls)
# allUrls=channelObj[name] + urls
# urls=self.compareSpeed(allUrls)
channelUrls[name]=urls
self.outputTxt(cate,channelUrls)
time.sleep(1)
Expand Down

0 comments on commit b338a78

Please sign in to comment.