summary refs log tree commit diff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-06-10 16:53:40 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-06-10 16:53:40 +0800
commit6c0376fe4f16f53fd87f5e6a56531fc153922980 (patch)
tree86b52aef6fe0ea1e028baef320f26bb67a1f5d0f
parent1fa309da40bfc5e7e72639e80cf6556b3839fc81 (diff)
downloadyoutube-dl-6c0376fe4f16f53fd87f5e6a56531fc153922980.tar.gz
youtube-dl-6c0376fe4f16f53fd87f5e6a56531fc153922980.tar.xz
youtube-dl-6c0376fe4f16f53fd87f5e6a56531fc153922980.zip
[dw] Skip an invalid test
DW documentaries only last for one or two weeks. See #9475
-rw-r--r--youtube_dl/extractor/dw.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/dw.py b/youtube_dl/extractor/dw.py
index 0f0f0b8d3..d740652f1 100644
--- a/youtube_dl/extractor/dw.py
+++ b/youtube_dl/extractor/dw.py
@@ -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': {
@@ -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):