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:
parent
9116f98f49
commit
2cc41d1f20
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user