From d940f11ae5bae3668562e73da5763af82f0039bc Mon Sep 17 00:00:00 2001 From: doe1080 <98906116+doe1080@users.noreply.github.com> Date: Sun, 18 May 2025 13:00:56 +0900 Subject: [PATCH] fix --- yt_dlp/extractor/dw.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yt_dlp/extractor/dw.py b/yt_dlp/extractor/dw.py index 2fc8579f4..d5eaa1ed6 100644 --- a/yt_dlp/extractor/dw.py +++ b/yt_dlp/extractor/dw.py @@ -28,7 +28,7 @@ class DWIE(InfoExtractor): 'modified_timestamp': 1464917222, 'release_date': '20160605', 'release_timestamp': 1465162200, - 'thumbnail': 'https://static.dw.com/image/18342580_605.webp', + 'thumbnail': r're:https?://static\.dw\.com/image/.+\.webp', }, }, { 'url': 'https://www.dw.com/en/30-years-since-the-fall-of-the-berlin-wall-what-happened-to-the-euphoria/audio-51155232', @@ -41,7 +41,7 @@ class DWIE(InfoExtractor): 'duration': 1561, 'release_date': '20191107', 'release_timestamp': 1573140547, - 'thumbnail': 'https://static.dw.com/image/51151661_605.webp', + 'thumbnail': r're:https?://static\.dw\.com/image/.+\.webp', }, }, { 'url': 'https://www.dw.com/en/10-years-since-higgs-boson-whats-next/a-62353123',