diff --git a/bilibili.py b/bilibili.py index de83a02..035c4b3 100644 --- a/bilibili.py +++ b/bilibili.py @@ -41,7 +41,7 @@ def get_real_url(self, current_qn: int = 10000) -> dict: 'format': '0,1,2', 'codec': '0,1', 'qn': current_qn, - 'platform': 'h5', + 'platform': 'web', 'ptype': 8, } res = self.s.get(url, headers=self.header, params=param).json()