[extractor/generic] Properly comment out a test
authorSergey M․ <dstftw@gmail.com>
Sat, 9 Jul 2016 01:32:55 +0000 (08:32 +0700)
committerSergey M․ <dstftw@gmail.com>
Sat, 9 Jul 2016 01:37:19 +0000 (08:37 +0700)
youtube_dl/extractor/generic.py

index 62da9bbc0b6119414555b7130acd0c7499449662..4efdf146e740214ad776b6a6c3e939e491cf3814 100644 (file)
@@ -1313,23 +1313,23 @@ class GenericIE(InfoExtractor):
             },
             'add_ie': ['Kaltura'],
         },
-        {
-            # TODO: find another test
-            # http://schema.org/VideoObject
-            # 'url': 'https://flipagram.com/f/nyvTSJMKId',
-            # 'md5': '888dcf08b7ea671381f00fab74692755',
-            # 'info_dict': {
-            #     'id': 'nyvTSJMKId',
-            #     'ext': 'mp4',
-            #     'title': 'Flipagram by sjuria101 featuring Midnight Memories by One Direction',
-            #     'description': '#love for cats.',
-            #     'timestamp': 1461244995,
-            #     'upload_date': '20160421',
-            # },
-            # 'params': {
-            #     'force_generic_extractor': True,
-            # },
-        }
+        {
+            # TODO: find another test
+            # http://schema.org/VideoObject
+        #     'url': 'https://flipagram.com/f/nyvTSJMKId',
+        #     'md5': '888dcf08b7ea671381f00fab74692755',
+        #     'info_dict': {
+        #         'id': 'nyvTSJMKId',
+        #         'ext': 'mp4',
+        #         'title': 'Flipagram by sjuria101 featuring Midnight Memories by One Direction',
+        #         'description': '#love for cats.',
+        #         'timestamp': 1461244995,
+        #         'upload_date': '20160421',
+        #     },
+        #     'params': {
+        #         'force_generic_extractor': True,
+        #     },
+        }
     ]
 
     def report_following_redirect(self, new_url):