[coub] Add another test
authorSergey M․ <dstftw@gmail.com>
Fri, 27 May 2016 17:38:17 +0000 (23:38 +0600)
committerSergey M․ <dstftw@gmail.com>
Fri, 27 May 2016 17:38:17 +0000 (23:38 +0600)
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):