aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-05-27 23:38:17 +0600
committerSergey M․ <dstftw@gmail.com>2016-05-27 23:38:17 +0600
commitde7d76af52c6cb462dfab967d57f5fa7cd17df50 (patch)
treeed5b7274581c88f9e6a735795ae6d860983e5520 /youtube_dl
parent11c70deba792de58c64c82d96ffcfdf295483b84 (diff)
downloadyoutube-dl-de7d76af52c6cb462dfab967d57f5fa7cd17df50.tar.xz
[coub] Add another test
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/coub.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/coub.py b/youtube_dl/extractor/coub.py
index c3b09b177..a901b8d22 100644
--- a/youtube_dl/extractor/coub.py
+++ b/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):