diff --git a/dist/fulibuscrawler.exe b/dist/fulibuscrawler.exe index d52a402..7364c75 100644 Binary files a/dist/fulibuscrawler.exe and b/dist/fulibuscrawler.exe differ diff --git a/fulibuscrawler.py b/fulibuscrawler.py index 12cacf3..587f41d 100644 --- a/fulibuscrawler.py +++ b/fulibuscrawler.py @@ -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,