From 156a0a26a652c2870d717dda531aa4703c4e4bb7 Mon Sep 17 00:00:00 2001 From: Nikolay Fedorov <40500428+swayll@users.noreply.github.com> Date: Fri, 20 Jun 2025 23:08:00 +0300 Subject: [PATCH] Fome fixes for _TESTS at yt_dlp/extractor/thehighwire.py Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com> --- yt_dlp/extractor/thehighwire.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/yt_dlp/extractor/thehighwire.py b/yt_dlp/extractor/thehighwire.py index 6210af9b5..009e747e6 100644 --- a/yt_dlp/extractor/thehighwire.py +++ b/yt_dlp/extractor/thehighwire.py @@ -16,11 +16,12 @@ class TheHighWireIE(InfoExtractor): _TESTS = [{ 'url': 'https://thehighwire.com/ark-videos/the-deposition-of-stanley-plotkin/', 'info_dict': { - 'id': 'clllgcra301z4ik01x8cwhfu2', - 'title': 'THE DEPOSITION OF STANLEY PLOTKIN', + 'id': 'the-deposition-of-stanley-plotkin', 'ext': 'mp4', + 'title': 'THE DEPOSITION OF STANLEY PLOTKIN', + 'description': 'md5:6d0be4f1181daaa10430fd8b945a5e54', + 'thumbnail': r're:https?://static\.arkengine\.com/video/.+\.jpg', }, - 'params': {'skip_download': True}, }] def _real_extract(self, url):