1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-14 16:38:29 +00:00

create test for middle dot character

add half·alive's "Back Around" as a test to make sure middle dot works in artist names
This commit is contained in:
TheQWERTYCodr 2025-08-01 04:09:11 -04:00 committed by GitHub
parent 9116f98f49
commit 2cc41d1f20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1758,6 +1758,22 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
'media_type': 'short',
},
},
{
# Youtube Music Auto-generated description with dot in artist name
'url': 'https://music.youtube.com/watch?v=DbCvuSGfR3Y',
'info_dict': {
'id': 'DbCvuSGfR3Y',
'title': 'Back Around',
'artists': ['half·alive'],
'track': 'Back Around',
'album': 'Conditions Of A Punk',
'release_date': '20221202',
'release_year': 2021,
},
'params': {
'skip_download': True,
},
},
]
_WEBPAGE_TESTS = [