New extract method: proxies (WIP)

This commit is contained in:
Dylan
2023-08-15 10:20:58 +01:00
parent ff8bc4456c
commit ee5dd508c3
2 changed files with 19 additions and 3 deletions

View File

@ -1,5 +1,5 @@
FROM public.ecr.aws/lambda/python:3.8
RUN pip install yt-dlp
RUN pip install requests==2.31.0
# Copy function code