anyaudio / anyaudio-server

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

Implement a log viewer on the website #43

Closed aviaryan closed 8 years ago

aviaryan commented 8 years ago

Let's make the url /logs show the most recent request logs. To prevent unauthorized access, we can protect it using environment variable SECRET_KEY which is being already used in encryption.

singhpratyush commented 8 years ago

Nice idea. But first we will have to make the /d?url=... change otherwise we will get a lot of dirty data which we do not wish to see.