mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-07 07:17:21 +08:00
[iprima] fix extractor
This commit is contained in:
parent
f5863a3ea0
commit
3b0c77feec
@ -86,7 +86,8 @@ class IPrimaIE(InfoExtractor):
|
||||
(r'<iframe[^>]+\bsrc=["\'](?:https?:)?//(?:api\.play-backend\.iprima\.cz/prehravac/embedded|prima\.iprima\.cz/[^/]+/[^/]+)\?.*?\bid=(p\d+)',
|
||||
r'data-product="([^"]+)">',
|
||||
r'id=["\']player-(p\d+)"',
|
||||
r'playerId\s*:\s*["\']player-(p\d+)'),
|
||||
r'playerId\s*:\s*["\']player-(p\d+)',
|
||||
r'let videos *= *["\'](p\d+)'),
|
||||
webpage, 'real id')
|
||||
|
||||
playerpage = self._download_webpage(
|
||||
|
Loading…
x
Reference in New Issue
Block a user