changed _TEST url to one that will not expire, so tests would not be failing
This commit is contained in:
parent
bb15ee2c05
commit
190e684e18
@ -11,11 +11,11 @@ from .common import InfoExtractor
|
|||||||
class NprIE(InfoExtractor):
|
class NprIE(InfoExtractor):
|
||||||
_VALID_URL = r'http://(?:www\.)?npr\.org/player/v2/mediaPlayer.html?.*id=(?P<id>[0-9]+)'
|
_VALID_URL = r'http://(?:www\.)?npr\.org/player/v2/mediaPlayer.html?.*id=(?P<id>[0-9]+)'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://www.npr.org/player/v2/mediaPlayer.html?id=445367719',
|
'url': 'http://www.npr.org/player/v2/mediaPlayer.html?id=449974205',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '445367719',
|
'id': '449974205',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'VEGA INTL. Night School'
|
'title': 'New Music From Beach House, Chairlift, CMJ Discoveries And More'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user