diff options
author | Sergey M․ <dstftw@gmail.com> | 2019-02-17 05:00:16 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2019-02-17 05:00:16 +0700 |
commit | c9a0ea6e51eff28b9a383a47215870fd5875fc3e (patch) | |
tree | 7b1b80060827f376dfa752b53abd3b7444efc392 /youtube_dl/extractor | |
parent | d7d513891b7e63337218c5cb0bf743c8f7044381 (diff) |
[bilibili] Update keys (closes #19233)
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/bilibili.py | 4 |
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: |