From c34129c354d0705c9370becc55998edd355d204c Mon Sep 17 00:00:00 2001 From: Iuri Campos Date: Wed, 18 Jun 2025 15:50:09 +0100 Subject: [PATCH] Update yt_dlp/extractor/udio.py Co-authored-by: D Trombett --- yt_dlp/extractor/udio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/udio.py b/yt_dlp/extractor/udio.py index e23cfabae..294132ecc 100644 --- a/yt_dlp/extractor/udio.py +++ b/yt_dlp/extractor/udio.py @@ -92,7 +92,7 @@ def _real_extract(self, url): class UdioListIE(InfoExtractor): - _VALID_URL = r'https?://(?:www\.)?udio\.com/(?P(?!songs)[^/?#&]+)/(?P[^/?#&]+)' + _VALID_URL = r'https?://(?:www\.)?udio\.com/(?P(?!songs)[^/]+)/(?P[^/?#&]+)' _TESTS = [{ 'url': 'https://www.udio.com/tags/flute', 'info_dict': {