Update maingui.py

This commit is contained in:
苏晓晴 2024-12-11 01:48:02 +08:00 committed by GitHub
parent 268a615049
commit d4a9102667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,7 +180,7 @@ def fetch_data():
"al_name": song_alname,
"level": music_level1(urlv1['data'][0]['level']),
"size": size(urlv1['data'][0]['size']),
"url": song_url,
"url": song_url.replace("http://", "https://", 1),
"lyric": lyricv1.get('lrc', {}).get('lyric', '无歌词'),
"tlyric": lyricv1.get('tlyric', {}).get('lyric', '无翻译歌词')
}