mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-01-30 17:14:19 +01:00
add streamable.com/t/VID url support, and test
This commit is contained in:
parent
83fa68f453
commit
f9515cb400
|
@ -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…
Reference in New Issue
Block a user