Merge branch 'ytdl-org-master'
This commit is contained in:
parent
dbae42cb81
commit
b777004649
3 changed files with 309 additions and 3 deletions
|
|
@ -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'\bvideos\s*=\s*["\'](p\d+)'),
|
||||
webpage, 'real id')
|
||||
|
||||
playerpage = self._download_webpage(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue