Sergey M․
6 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/bilibili.py
|
@ -114,7 +114,7 @@ class BiliBiliIE(InfoExtractor): |
|
|
|
|
|
|
|
|
if 'anime/' not in url: |
|
|
if 'anime/' not in url: |
|
|
cid = self._search_regex( |
|
|
cid = self._search_regex( |
|
|
r'cid(?:["\']:|=)(\d+)', webpage, 'cid', |
|
|
|
|
|
|
|
|
r'\bcid(?:["\']:|=)(\d+)', webpage, 'cid', |
|
|
default=None |
|
|
default=None |
|
|
) or compat_parse_qs(self._search_regex( |
|
|
) or compat_parse_qs(self._search_regex( |
|
|
[r'EmbedPlayer\([^)]+,\s*"([^"]+)"\)', |
|
|
[r'EmbedPlayer\([^)]+,\s*"([^"]+)"\)', |
|
|