diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-12 17:30:14 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-12 17:30:14 +0800 |
commit | 8865b8abfd266dee688f0a4c022109eb0f20aaaf (patch) | |
tree | 33bf293775191efbe70a2779b97a2e94189d7fb7 /youtube_dl | |
parent | c77a0c01cb409d067770bb5ae6ef82064856e027 (diff) |
[howstuffworks] Skip a broken test case
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/howstuffworks.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/howstuffworks.py b/youtube_dl/extractor/howstuffworks.py index 76b74c51d..65ba2a48b 100644 --- a/youtube_dl/extractor/howstuffworks.py +++ b/youtube_dl/extractor/howstuffworks.py @@ -24,6 +24,7 @@ class HowStuffWorksIE(InfoExtractor): 'thumbnail': 're:^https?://.*\.jpg$', 'duration': 161, }, + 'skip': 'Video broken', }, { 'url': 'http://adventure.howstuffworks.com/7199-survival-zone-food-and-water-in-the-savanna-video.htm', |