|
@@ -117,9 +117,9 @@ class BiliBiliIE(InfoExtractor):
|
|
r'cid(?:["\']:|=)(\d+)', webpage, 'cid',
|
|
r'cid(?:["\']:|=)(\d+)', webpage, 'cid',
|
|
default=None
|
|
default=None
|
|
) or compat_parse_qs(self._search_regex(
|
|
) or compat_parse_qs(self._search_regex(
|
|
- [r'1EmbedPlayer\([^)]+,\s*"([^"]+)"\)',
|
|
|
|
- r'1EmbedPlayer\([^)]+,\s*\\"([^"]+)\\"\)',
|
|
|
|
- r'1<iframe[^>]+src="https://secure\.bilibili\.com/secure,([^"]+)"'],
|
|
|
|
|
|
+ [r'EmbedPlayer\([^)]+,\s*"([^"]+)"\)',
|
|
|
|
+ r'EmbedPlayer\([^)]+,\s*\\"([^"]+)\\"\)',
|
|
|
|
+ r'<iframe[^>]+src="https://secure\.bilibili\.com/secure,([^"]+)"'],
|
|
webpage, 'player parameters'))['cid'][0]
|
|
webpage, 'player parameters'))['cid'][0]
|
|
else:
|
|
else:
|
|
if 'no_bangumi_tip' not in smuggled_data:
|
|
if 'no_bangumi_tip' not in smuggled_data:
|