Skip to content

Commit

Permalink
[dw] Skip an invalid test
Browse files Browse the repository at this point in the history
DW documentaries only last for one or two weeks. See #9475
  • Loading branch information
Yen Chi Hsuan committed Jun 10, 2016
1 parent 1fa309d commit 6c0376f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions youtube_dl/extractor/dw.py
Expand Up @@ -35,6 +35,7 @@ class DWIE(InfoExtractor):
'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',
'md5': '56b6214ef463bfb9a3b71aeb886f3cf1',
'info_dict': {
Expand All @@ -44,6 +45,7 @@ class DWIE(InfoExtractor):
'description': 'Welcome to the 90s - The Golden Decade of Hip Hop',
'upload_date': '20160521',
},
'skip': 'Video removed',
}]

def _real_extract(self, url):
Expand Down

0 comments on commit 6c0376f

Please sign in to comment.