[vimeo] Add test for #7552
authorSergey M․ <dstftw@gmail.com>
Thu, 19 Nov 2015 16:31:16 +0000 (22:31 +0600)
committerSergey M․ <dstftw@gmail.com>
Thu, 19 Nov 2015 16:31:16 +0000 (22:31 +0600)
youtube_dl/extractor/vimeo.py

index 836a7312b26aa14459236efc19fd726d92636f49..057c72f39c13884b02871e5abf444bd6e73691ec 100644 (file)
@@ -189,6 +189,10 @@ class VimeoIE(VimeoBaseInfoExtractor):
             'note': 'Video not completely processed, "failed" seed status',
             'only_matching': True,
         },
+        {
+            'url': 'https://vimeo.com/groups/travelhd/videos/22439234',
+            'only_matching': True,
+        },
     ]
 
     @staticmethod