mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-15 13:55:38 +00:00
[coub] Add another test
This commit is contained in:
parent
11c70deba7
commit
de7d76af52
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ class CoubIE(InfoExtractor):
|
||||||
}, {
|
}, {
|
||||||
'url': 'coub:5u5n1',
|
'url': 'coub:5u5n1',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
}, {
|
||||||
|
# longer video id
|
||||||
|
'url': 'http://coub.com/view/237d5l5h',
|
||||||
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
|
Loading…
Reference in a new issue