1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00

Update yt_dlp/extractor/udio.py

Co-authored-by: D Trombett <d@trombett.org>
This commit is contained in:
Iuri Campos 2025-06-18 15:50:09 +01:00 committed by GitHub
parent 1d91a11cea
commit c34129c354
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,7 +92,7 @@ def _real_extract(self, url):
class UdioListIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?udio\.com/(?P<list_type>(?!songs)[^/?#&]+)/(?P<id>[^/?#&]+)'
_VALID_URL = r'https?://(?:www\.)?udio\.com/(?P<list_type>(?!songs)[^/]+)/(?P<id>[^/?#&]+)'
_TESTS = [{
'url': 'https://www.udio.com/tags/flute',
'info_dict': {