mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-07 07:39:59 +08:00
Update iprima.py
This commit is contained in:
parent
3b0c77feec
commit
ff41c5752a
@ -87,7 +87,7 @@ class IPrimaIE(InfoExtractor):
|
|||||||
r'data-product="([^"]+)">',
|
r'data-product="([^"]+)">',
|
||||||
r'id=["\']player-(p\d+)"',
|
r'id=["\']player-(p\d+)"',
|
||||||
r'playerId\s*:\s*["\']player-(p\d+)',
|
r'playerId\s*:\s*["\']player-(p\d+)',
|
||||||
r'let videos *= *["\'](p\d+)'),
|
r'\bvideos\s*=\s*["\'](p\d+)'),
|
||||||
webpage, 'real id')
|
webpage, 'real id')
|
||||||
|
|
||||||
playerpage = self._download_webpage(
|
playerpage = self._download_webpage(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user