add streamable.com/t/VID url support, and test

pull/32995/head
tansy 1 month ago
parent 83fa68f453
commit f9515cb400

@ -51,6 +51,10 @@ class StreamableIE(InfoExtractor):
{
'url': 'https://streamable.com/s/okkqk/drxjds',
'only_matching': True,
},
{
'url': 'https://streamable.com/t/dnd1',
'only_matching': True,
}
]

Loading…
Cancel
Save