Add video proxying support

Requires S3 setup
This commit is contained in:
MMaker 2025-02-25 16:23:31 -05:00
commit e532c45a92
Signed by: mmaker
GPG key ID: CCE79B8FEDA40FB2
2 changed files with 172 additions and 2 deletions

View file

@ -1,3 +1,6 @@
beautifulsoup4==4.12.3
Flask==3.1.0
Requests==2.32.3
diskcache==5.6.3
nndownload==1.19
boto3