mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-17 02:17:05 -04:00
[cmd] audio search
This commit is contained in:
parent
c02eda1b2a
commit
851bd2f75d
5 changed files with 184 additions and 2 deletions
|
@ -47,6 +47,12 @@ module.exports.googleVisionOcr = async function(context, url){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.searchAudio = async function(context, url){
|
||||
return await request(Api.SEARCH_AUDIO, "GET", {}, {
|
||||
url: url
|
||||
})
|
||||
}
|
||||
|
||||
module.exports.lyrics = async function(context, query){
|
||||
return await request(Api.SEARCH_LYRICS, "GET", {}, {
|
||||
q: query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue