devine-dl / pywidevine

Python implementation of Google's Widevine DRM CDM (Content Decryption Module)
GNU General Public License v3.0
507 stars 114 forks source link

Add Rate-limiting to serve API #9

Open rlaphoenix opened 2 years ago

rlaphoenix commented 2 years ago

Is your feature request related to a problem? Please describe. Users could abuse by spamming requests for all sorts of reasons.

Describe the solution you'd like Something like Flask-Limiter but for aiohttp.

Describe alternatives you've considered N/A

Additional context N/A

orithecapper commented 1 year ago

Just use a reverse-proxy , to front the internet.. and you are facing the NGINX. and use NGINX settings... also an option is to also use load balancing with NGINX.... like have many CDM dockers too