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:
parent
1d91a11cea
commit
c34129c354
@ -92,7 +92,7 @@ def _real_extract(self, url):
|
|||||||
|
|
||||||
|
|
||||||
class UdioListIE(InfoExtractor):
|
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 = [{
|
_TESTS = [{
|
||||||
'url': 'https://www.udio.com/tags/flute',
|
'url': 'https://www.udio.com/tags/flute',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
Loading…
Reference in New Issue
Block a user