mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:35:04 +00:00
[vessel] Add tests for #11068
This commit is contained in:
parent
cae6bc0118
commit
a901fc5fc2
1 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,12 @@ class VesselIE(InfoExtractor):
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://www.vessel.com/embed/G4U7gUJ6a?w=615&h=346',
|
'url': 'https://www.vessel.com/embed/G4U7gUJ6a?w=615&h=346',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
}, {
|
||||||
|
'url': 'https://www.vessel.com/videos/F01_dsLj1',
|
||||||
|
'only_matching': True,
|
||||||
|
}, {
|
||||||
|
'url': 'https://www.vessel.com/videos/RRX-sir-J',
|
||||||
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Reference in a new issue