Browse Source

[coub] Add another test

Sergey M․ 9 years ago
parent
commit
de7d76af52
1 changed files with 4 additions and 0 deletions
  1. 4 0
      youtube_dl/extractor/coub.py

+ 4 - 0
youtube_dl/extractor/coub.py

@@ -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):