Skip to content

Commit

Permalink
+streamable.com/t/<VID> url support
Browse files Browse the repository at this point in the history
  • Loading branch information
tansy committed Dec 16, 2024
1 parent d55d1f4 commit 83fa68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/streamable.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


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',
Expand Down

0 comments on commit 83fa68f

Please sign in to comment.