match only the test url
authorremitamine <remitamine@gmail.com>
Fri, 17 Jul 2015 16:07:55 +0000 (17:07 +0100)
committerremitamine <remitamine@gmail.com>
Fri, 17 Jul 2015 16:07:55 +0000 (17:07 +0100)
youtube_dl/extractor/howstuffworks.py

index cc931d571134b71628bce177e13e164494abb8b3..663e6632a194d8ee271a0c031a921d7eed139005 100644 (file)
@@ -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,
         }
     ]