[vimeo] New test, fixed one older test
authorLukáš Lalinský <lukas@oxygene.sk>
Tue, 20 Oct 2015 14:38:44 +0000 (16:38 +0200)
committerLukáš Lalinský <lukas@oxygene.sk>
Tue, 20 Oct 2015 14:38:44 +0000 (16:38 +0200)
youtube_dl/extractor/vimeo.py

index bdec79341b55b5af0c6833890f5cd2cf02ef35d9..2437ae1eb2cfafc34441d00a6a5b725e78f7cbb3 100644 (file)
@@ -133,7 +133,7 @@ class VimeoIE(VimeoBaseInfoExtractor):
                 'uploader_id': 'user18948128',
                 'uploader': 'Jaime Marquínez Ferrándiz',
                 'duration': 10,
-                'description': 'This is "youtube-dl password protected test video" by Jaime Marquínez Ferrándiz on Vimeo, the home for high quality videos and the people who love them.',
+                'description': 'This is "youtube-dl password protected test video" by Jaime Marquínez Ferrándiz on Vimeo, the home for high quality videos and the people\u2026',
             },
             'params': {
                 'videopassword': 'youtube-dl',
@@ -181,6 +181,11 @@ class VimeoIE(VimeoBaseInfoExtractor):
                 'uploader_id': 'user28849593',
             },
         },
+        {
+            'url': 'https://vimeo.com/109815029',
+            'note': 'Video not completely processed, "failed" seed status',
+            'only_matching': True,
+        },
     ]
 
     @staticmethod