summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2019-02-17 05:00:16 +0700
committerSergey M․ <dstftw@gmail.com>2019-02-17 05:00:16 +0700
commitc9a0ea6e51eff28b9a383a47215870fd5875fc3e (patch)
tree7b1b80060827f376dfa752b53abd3b7444efc392
parentd7d513891b7e63337218c5cb0bf743c8f7044381 (diff)
downloadyoutube-dl-c9a0ea6e51eff28b9a383a47215870fd5875fc3e.tar.gz
youtube-dl-c9a0ea6e51eff28b9a383a47215870fd5875fc3e.tar.xz
youtube-dl-c9a0ea6e51eff28b9a383a47215870fd5875fc3e.zip
[bilibili] Update keys (closes #19233)
-rw-r--r--youtube_dl/extractor/bilibili.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/bilibili.py b/youtube_dl/extractor/bilibili.py
index 4d6b051fe..3746671d3 100644
--- a/youtube_dl/extractor/bilibili.py
+++ b/youtube_dl/extractor/bilibili.py
@@ -93,8 +93,8 @@ class BiliBiliIE(InfoExtractor):
         }]
     }]
 
-    _APP_KEY = '84956560bc028eb7'
-    _BILIBILI_KEY = '94aba54af9065f71de72f5508f1cd42e'
+    _APP_KEY = 'iVGUTjsxvpLeuDCf'
+    _BILIBILI_KEY = 'aHRmhWMLkdeMuILqORnYZocwMBpMEOdt'
 
     def _report_error(self, result):
         if 'message' in result: