Skip to content

Commit

Permalink
适配新的福利吧页面。
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglu committed Jan 31, 2021
1 parent f05fbdb commit c10419d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dist/fulibuscrawler.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion fulibuscrawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def GetUrl(number):
for d in data:
if i == 1:
for item in d.find_all('a'):
if item.get('rel') and item.string != item.get('href') and not item.get('title'):
if item.get('rel') and item.string != item.get('href') and item.string != '福利吧':
video_number += 1
video_list.append({
'number': video_number,
Expand Down

0 comments on commit c10419d

Please # to comment.