mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05:00
[howstuffworks] Skip a broken test case
This commit is contained in:
parent
c77a0c01cb
commit
8865b8abfd
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ class HowStuffWorksIE(InfoExtractor):
|
||||||
'thumbnail': 're:^https?://.*\.jpg$',
|
'thumbnail': 're:^https?://.*\.jpg$',
|
||||||
'duration': 161,
|
'duration': 161,
|
||||||
},
|
},
|
||||||
|
'skip': 'Video broken',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'url': 'http://adventure.howstuffworks.com/7199-survival-zone-food-and-water-in-the-savanna-video.htm',
|
'url': 'http://adventure.howstuffworks.com/7199-survival-zone-food-and-water-in-the-savanna-video.htm',
|
||||||
|
|
Loading…
Reference in a new issue