Skip to content

Commit

Permalink
feat: 支持kg源母带获取
Browse files Browse the repository at this point in the history
  • Loading branch information
helloplhm-qwq committed Dec 9, 2023
1 parent 53ef71b commit 801ea1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ config.json
# GVim
*.un~
*.un

2 changes: 2 additions & 0 deletions apis/kg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ def buildrequestparams(dictionary):
'320k': 'hash_320',
'flac': 'hash_flac',
'flac24bit': 'hash_high',
'master': 'hash_128',
},
'qualityMap': {
'128k': '128',
'320k': '320',
'flac': 'flac',
'flac24bit': 'high',
'master': 'viper_atmos',
},
})

Expand Down

0 comments on commit 801ea1e

Please sign in to comment.