mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-20 13:24:16 -07:00
add streamable.com/t/VID url support, and test
This commit is contained in:
parent
83fa68f453
commit
f9515cb400
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ class StreamableIE(InfoExtractor):
|
||||||
{
|
{
|
||||||
'url': 'https://streamable.com/s/okkqk/drxjds',
|
'url': 'https://streamable.com/s/okkqk/drxjds',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'url': 'https://streamable.com/t/dnd1',
|
||||||
|
'only_matching': True,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue