mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
[dw] Skip an invalid test
DW documentaries only last for one or two weeks. See #9475
This commit is contained in:
parent
1fa309da40
commit
6c0376fe4f
@ -35,6 +35,7 @@ class DWIE(InfoExtractor):
|
|||||||
'upload_date': '20160311',
|
'upload_date': '20160311',
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
|
# DW documentaries, only last for one or two weeks
|
||||||
'url': 'http://www.dw.com/en/documentaries-welcome-to-the-90s-2016-05-21/e-19220158-9798',
|
'url': 'http://www.dw.com/en/documentaries-welcome-to-the-90s-2016-05-21/e-19220158-9798',
|
||||||
'md5': '56b6214ef463bfb9a3b71aeb886f3cf1',
|
'md5': '56b6214ef463bfb9a3b71aeb886f3cf1',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
@ -44,6 +45,7 @@ class DWIE(InfoExtractor):
|
|||||||
'description': 'Welcome to the 90s - The Golden Decade of Hip Hop',
|
'description': 'Welcome to the 90s - The Golden Decade of Hip Hop',
|
||||||
'upload_date': '20160521',
|
'upload_date': '20160521',
|
||||||
},
|
},
|
||||||
|
'skip': 'Video removed',
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user