Update iprima.py

archive/recovered-github-prs
Sergey M 4 years ago committed by GitHub
parent 3b0c77feec
commit ff41c5752a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -87,7 +87,7 @@ class IPrimaIE(InfoExtractor):
r'data-product="([^"]+)">',
r'id=["\']player-(p\d+)"',
r'playerId\s*:\s*["\']player-(p\d+)',
r'let videos *= *["\'](p\d+)'),
r'\bvideos\s*=\s*["\'](p\d+)'),
webpage, 'real id')
playerpage = self._download_webpage(

Loading…
Cancel
Save