1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-09 23:08:32 +00:00

style: hatch fix

This commit is contained in:
DarkCat09 2025-04-04 18:35:17 +04:00
parent da6fd0d32b
commit 8df9e488ee
No known key found for this signature in database

View File

@ -803,8 +803,8 @@ def _parse_track_meta(self, meta, track_id=None):
return {
'id': (f'{meta[1]}_{meta[0]}'
if len_ >= 2 and meta[1] and meta[0]
else track_id),
if len_ >= 2 and meta[1] and meta[0]
else track_id),
'title': join_nonempty(artist, title, delim=' - '),
'track': title,
@ -906,7 +906,7 @@ class VKMusicTrackIE(VKMusicBaseIE):
},
'params': {
'skip_download': True,
}
},
},
{
'url': 'https://vk.com/audio-26549346_456239443_59159cef5d080f5450',