@ -25,8 +25,8 @@ class SpyderController:
waitTime = float(waitTime)
if videoCount < threadCount:
threadCount = videoCount
if videoCount > 20:
videoCount = 20
if videoCount > 100:
videoCount = 100
url = "https://api.bilibili.com/x/web-interface/ranking/v2?"
headers = {
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0'