Add Douyin video downloader with auto-cookie feature

This commit is contained in:
2026-03-02 21:42:52 +08:00
commit 0f3dd8f287
50 changed files with 6471 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM python:3.7-slim-bullseye
WORKDIR /app
COPY . .
RUN pip3 install -r requirements.txt
CMD ["python3", "TikTokMulti.py"]