anyaudio / anyaudio-server

:musical_note: Simple server to search youtube and give direct audio download and stream links
91 stars 19 forks source link

Trending Reponse Structure Change #150

Closed bxute closed 6 years ago

bxute commented 7 years ago

Currently, In response of trending items

"results" : { "popular": [ { "get_url": "", "id": "", }

i think, it should be like:

"results" :[ { "type":"popular", "get_url": "", "id": "", }]