From f9515cb40081b8ae19c665d8410efc32284e6564 Mon Sep 17 00:00:00 2001
From: tansy <tansy@email.org>
Date: Wed, 29 Jan 2025 15:03:45 +0100
Subject: [PATCH] add streamable.com/t/VID url support, and test

---
 youtube_dl/extractor/streamable.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/youtube_dl/extractor/streamable.py b/youtube_dl/extractor/streamable.py
index 1a4f201da..9f2d77218 100644
--- a/youtube_dl/extractor/streamable.py
+++ b/youtube_dl/extractor/streamable.py
@@ -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,
         }
     ]