[wdr] skip_download for tests in WDRElefantIE

This commit is contained in:
Sebastian Leske 2018-01-04 09:02:12 +01:00
parent 6bbc101aed
commit 17b4c3b9a7

View File

@ -253,7 +253,10 @@ class WDRElefantIE(WDRBaseIE):
'id': 'mdb-1008774',
'ext': 'mp4',
'age_limit': None,
'upload_date': '20091119'
'upload_date': '20091119',
},
'params': {
'skip_download' : True,
},
},
{
@ -265,6 +268,9 @@ class WDRElefantIE(WDRBaseIE):
'age_limit': None,
'upload_date': '20150406'
},
'params': {
'skip_download' : True,
},
},
]