Sergey M․
6 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
2 additions and
2 deletions
-
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: |
|
|
|