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': {