Skip to content

Commit

Permalink
feat: kw & wy 源支持使用raw quality获取歌曲
Browse files Browse the repository at this point in the history
  • Loading branch information
helloplhm-qwq committed Feb 18, 2024
1 parent 48d8434 commit ef77cdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/kw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
'320k': '320kmp3',
'flac': '2000kflac',
'flac24bit': '4000kflac',
'128kmp3': '128kmp3',
'320kmp3': '320kmp3',
"2000kflac": "2000kflac",
"4000kflac": "4000kflac",
},
'qualityMapReverse': {
128: '128k',
Expand Down

0 comments on commit ef77cdf

Please sign in to comment.