From 96c68dc608282af660024e74c729431bb0de441e Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 19 Dec 2019 19:56:51 +0800 Subject: [PATCH] =?UTF-8?q?B=E7=AB=99=E6=8E=A5=E5=8F=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bilibili.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bilibili.py b/bilibili.py index 000158e..8ed3553 100644 --- a/bilibili.py +++ b/bilibili.py @@ -46,13 +46,13 @@ class Bilibili: :return: if success return True else return msg json """ - APPKEY = '1d8b6e7d45233436' + APPKEY = '4409e2ce8ffd12b8' ACTIONKEY = 'appkey' - BUILD = 520001 + BUILD = 101800 DEVICE = 'android' MOBI_APP = 'android' PLATFORM = 'android' - APPSECRET = '560c52ccd288fed045859ed18bffd973' + APPSECRET = '59b43e04ad6965f34319062b478f83dd' def md5(s): h = hashlib.md5()