Skip to content

Commit 793b28f

Browse files
author
Taois
committed
fix: 修改哔哩哔哩的siteKey
1 parent 25978f9 commit 793b28f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spider/py/哔哩哔哩.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,8 @@ def get_tuijian_filter(E):
499499

500500
def __init__(self, query_params=None, t4_api=None):
501501
super().__init__(query_params=query_params, t4_api=t4_api)
502-
self.localProxyUrl = self.getProxyUrl() + '&type='
502+
self.localProxyUrl = self.getProxyUrl() + '&siteType=3&siteKey=hipy_py_哔哩哔哩&type='
503+
print('localProxyUrl:', self.localProxyUrl)
503504
self.time_diff1 = {V: [0, 300], A0: [300, 900], AL: [900, 1800], AQ: [1800, 3600],
504505
'5': [3600, 0x4ee2d6d415b85acef80ffffffff]};
505506
self.time_diff = L;

0 commit comments

Comments
 (0)