aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/howstuffworks.py
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2015-07-17 17:07:55 +0100
committerremitamine <remitamine@gmail.com>2015-07-17 17:07:55 +0100
commitc4fe07c7afcc59dfcd5cfa4626ad37deb19e1033 (patch)
treeb619201e6556a45639ded6129ab63dbe54a745aa /youtube_dl/extractor/howstuffworks.py
parent1186e3f91ab940017be263c65c27b821992e58cc (diff)
downloadyoutube-dl-c4fe07c7afcc59dfcd5cfa4626ad37deb19e1033.tar.xz
match only the test url
Diffstat (limited to 'youtube_dl/extractor/howstuffworks.py')
-rw-r--r--youtube_dl/extractor/howstuffworks.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/youtube_dl/extractor/howstuffworks.py b/youtube_dl/extractor/howstuffworks.py
index cc931d571..663e6632a 100644
--- a/youtube_dl/extractor/howstuffworks.py
+++ b/youtube_dl/extractor/howstuffworks.py
@@ -48,14 +48,7 @@ class HowStuffWorksIE(InfoExtractor):
},
{
'url': 'http://shows.howstuffworks.com/stuff-to-blow-your-mind/optical-illusions-video.htm',
- 'info_dict': {
- 'id': '855410',
- 'ext': 'mp4',
- 'title': 'Stuff to Blow Your Mind',
- 'description': 'When it comes to optical illusions it’s pretty easy to jailbreak the operating system of your mind and load a new program onto it. Find out why your visual system willingly makes errors in interpretation.',
- 'display_id': 'optical-illusions',
- 'thumbnail': 're:^https?://.*\.jpg$',
- },
+ 'only_matching': True,
}
]