|
All checks were successful
CI/CD Pipeline / build-and-deploy (push) Successful in 1m45s
Cookies baked into the image (COPY . .) required a full CI/CD rebuild to refresh, incompatible with the cron job on the fedora machine that re-extracts cookies from a logged-in browser every 20 minutes and scp's them to prod. Volume-mount the cookies file instead — yt-dlp reads it from disk per request, so a fresh scp takes effect immediately with no container restart. The image-baked copy still exists as a build-time fallback. Also refresh the committed cookies snapshot (the cron's source yt-dlp turned out to be missing on the fedora box, so prior commits had been carrying years-stale cookies without anyone noticing). |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| app.py | ||
| docker-compose.yml | ||
| Dockerfile | ||
| get_youtube_cookies.sh | ||
| requirements.txt | ||
| youtube_cookies.txt | ||