1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-05 00:52:53 +08:00

[pbs] fix test

This commit is contained in:
pulpe 2014-02-14 18:10:11 +01:00
parent 84a5e9bf1b
commit a800076037

View File

@ -20,7 +20,6 @@ class PBSIE(InfoExtractor):
_TEST = {
'url': 'http://www.pbs.org/tpt/constitution-usa-peter-sagal/watch/a-more-perfect-union/',
'md5': 'ce1888486f0908d555a8093cac9a7362',
'info_dict': {
'id': '2365006249',
'ext': 'mp4',
@ -28,6 +27,9 @@ class PBSIE(InfoExtractor):
'description': 'md5:ba0c207295339c8d6eced00b7c363c6a',
'duration': 3190,
},
'params': {
'skip_download': True,
},
}
def _real_extract(self, url):