[npo] Improve npo.nl (Fixes #4173)
This commit is contained in:
parent
bf951c5e29
commit
609a61e3e6
3 changed files with 8 additions and 2 deletions
|
@ -7,6 +7,7 @@ from ..utils import (
|
|||
unified_strdate,
|
||||
parse_duration,
|
||||
qualities,
|
||||
strip_jsonp,
|
||||
url_basename,
|
||||
)
|
||||
|
||||
|
@ -63,7 +64,7 @@ class NPOIE(InfoExtractor):
|
|||
'http://e.omroep.nl/metadata/aflevering/%s' % video_id,
|
||||
video_id,
|
||||
# We have to remove the javascript callback
|
||||
transform_source=lambda j: re.sub(r'parseMetadata\((.*?)\);\n//.*$', r'\1', j)
|
||||
transform_source=strip_jsonp,
|
||||
)
|
||||
token_page = self._download_webpage(
|
||||
'http://ida.omroep.nl/npoplayer/i.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue