From a8e239bd43fb7ca7644afd9480b4626ff1f58aeb Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Wed, 8 May 2024 22:44:43 +0000 Subject: [PATCH] add episode test --- yt_dlp/extractor/tbs.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yt_dlp/extractor/tbs.py b/yt_dlp/extractor/tbs.py index 5e5fc4427..d1e26e682 100644 --- a/yt_dlp/extractor/tbs.py +++ b/yt_dlp/extractor/tbs.py @@ -34,6 +34,9 @@ class TBSIE(TurnerBaseIE): }, { 'url': 'http://www.tntdrama.com/movies/star-wars-a-new-hope', 'only_matching': True, + }, { + 'url': 'https://www.trutv.com/shows/impractical-jokers/season-9/episode-1/you-dirty-dog', + 'only_matching': True, }, { 'url': 'https://www.trutv.com/watchtrutv/east', 'only_matching': True,