mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-04 15:23:32 +08:00
[Xiami] Fix song name parsing
This commit is contained in:
@@ -16,7 +16,7 @@ class XiamiBaseIE(InfoExtractor):
|
||||
return webpage
|
||||
|
||||
def _extract_track(self, track, track_id=None):
|
||||
title = track['title']
|
||||
title = track['songName']
|
||||
track_url = self._decrypt(track['location'])
|
||||
|
||||
subtitles = {}
|
||||
|
||||
Reference in New Issue
Block a user