Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Feb 7, 2024
1 parent e4b451f commit 0cd8c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def visitPage(self,channelItems):
allRangeElement=allRangeElement[:useNum]
for elem in allRangeElement:
urls.append(elem.text)
urls=self.compareSpeed(urls) if isImportant else urls
# urls=self.compareSpeed(urls) if isImportant else urls
allUrls=list(dict.fromkeys(channelObj[name] + urls if isImportant else urls))
channelUrls[name]=allUrls
self.outputTxt(cate,channelUrls)
Expand Down

0 comments on commit 0cd8c6c

Please sign in to comment.