[youtube] Fix and skip some tests
[youtube-dl] / youtube_dl / extractor / coub.py
index c3b09b177a62f997b3ee56ff7dc6b9864cfc75ed..a901b8d2223fb7606538d8dcd98e19905ff3889c 100644 (file)
@@ -38,6 +38,10 @@ class CoubIE(InfoExtractor):
     }, {
         'url': 'coub:5u5n1',
         'only_matching': True,
+    }, {
+        # longer video id
+        'url': 'http://coub.com/view/237d5l5h',
+        'only_matching': True,
     }]
 
     def _real_extract(self, url):