summary refs log tree commit diff
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2020-12-07 15:27:13 +0100
committerRemita Amine <remitamine@gmail.com>2020-12-07 15:27:13 +0100
commit3ded7519857ef3fd1e3760e49e7ee26a92d44679 (patch)
treeda5f2460c07eaa7b6d6bf5219e6930863a0a35c3
parent6956db3606e7ffa638856f1816747f544c1b1a53 (diff)
downloadyoutube-dl-3ded7519857ef3fd1e3760e49e7ee26a92d44679.tar.gz
youtube-dl-3ded7519857ef3fd1e3760e49e7ee26a92d44679.tar.xz
youtube-dl-3ded7519857ef3fd1e3760e49e7ee26a92d44679.zip
[generic] comment a test covered now by AmericasTestKitchenIE
-rw-r--r--youtube_dl/extractor/generic.py34
1 files changed, 17 insertions, 17 deletions
diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py
index 9f79e0ba4..9eba9614f 100644
--- a/youtube_dl/extractor/generic.py
+++ b/youtube_dl/extractor/generic.py
@@ -2117,23 +2117,23 @@ class GenericIE(InfoExtractor):
                 'skip_download': True,
             },
         },
-        {
-            # Zype embed
-            'url': 'https://www.cookscountry.com/episode/554-smoky-barbecue-favorites',
-            'info_dict': {
-                'id': '5b400b834b32992a310622b9',
-                'ext': 'mp4',
-                'title': 'Smoky Barbecue Favorites',
-                'thumbnail': r're:^https?://.*\.jpe?g',
-                'description': 'md5:5ff01e76316bd8d46508af26dc86023b',
-                'upload_date': '20170909',
-                'timestamp': 1504915200,
-            },
-            'add_ie': [ZypeIE.ie_key()],
-            'params': {
-                'skip_download': True,
-            },
-        },
+        # {
+        #     # Zype embed
+        #     'url': 'https://www.cookscountry.com/episode/554-smoky-barbecue-favorites',
+        #     'info_dict': {
+        #         'id': '5b400b834b32992a310622b9',
+        #         'ext': 'mp4',
+        #         'title': 'Smoky Barbecue Favorites',
+        #         'thumbnail': r're:^https?://.*\.jpe?g',
+        #         'description': 'md5:5ff01e76316bd8d46508af26dc86023b',
+        #         'upload_date': '20170909',
+        #         'timestamp': 1504915200,
+        #     },
+        #     'add_ie': [ZypeIE.ie_key()],
+        #     'params': {
+        #         'skip_download': True,
+        #     },
+        # },
         {
             # videojs embed
             'url': 'https://video.sibnet.ru/shell.php?videoid=3422904',