anyaudio / anyaudio-server

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

Encrypt get download link (/g/) API #28

Closed aviaryan closed 8 years ago

aviaryan commented 8 years ago

API to get download url of a video ( /g/ ) can be encrypted to prevent public use. On /search, encrypted download links can be returned in the response. So the android and web app will have no problems whatsover. On the other hand, we will be able to reduce ill-use of our API and server. And this will automatically fix #17 .

I see only up-sides of this change. So I think I will do it.

@bxute Android app will need update after this.