+streamable.com/t/<VID> url support

This commit is contained in:
tansy 2024-12-16 23:26:29 +01:00
parent d55d1f423d
commit 83fa68f453

View File

@ -12,7 +12,7 @@ from ..utils import (
class StreamableIE(InfoExtractor):
_VALID_URL = r'https?://streamable\.com/(?:[es]/)?(?P<id>\w+)'
_VALID_URL = r'https?://streamable\.com/(?:[est]/)?(?P<id>\w+)'
_TESTS = [
{
'url': 'https://streamable.com/dnd1',