[pbs] fix test
This commit is contained in:
parent
84a5e9bf1b
commit
a800076037
@ -20,7 +20,6 @@ class PBSIE(InfoExtractor):
|
|||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://www.pbs.org/tpt/constitution-usa-peter-sagal/watch/a-more-perfect-union/',
|
'url': 'http://www.pbs.org/tpt/constitution-usa-peter-sagal/watch/a-more-perfect-union/',
|
||||||
'md5': 'ce1888486f0908d555a8093cac9a7362',
|
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '2365006249',
|
'id': '2365006249',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
@ -28,6 +27,9 @@ class PBSIE(InfoExtractor):
|
|||||||
'description': 'md5:ba0c207295339c8d6eced00b7c363c6a',
|
'description': 'md5:ba0c207295339c8d6eced00b7c363c6a',
|
||||||
'duration': 3190,
|
'duration': 3190,
|
||||||
},
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': True,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user