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

This commit is contained in:
tansy 2025-01-29 15:03:45 +01:00
parent 83fa68f453
commit f9515cb400

View File

@ -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,
}
]