Skip to content

Commit

Permalink
[bilibili] Update keys (closes #19233)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Feb 16, 2019
1 parent d7d5138 commit c9a0ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions youtube_dl/extractor/bilibili.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c9a0ea6

Please sign in to comment.