fix: make cookies.txt writable so yt-dlp can save refreshed cookies
All checks were successful
CI / build (push) Successful in 46s
All checks were successful
CI / build (push) Successful in 46s
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
|||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
volumes:
|
volumes:
|
||||||
- uptodown_data:/data
|
- uptodown_data:/data
|
||||||
- ./cookies.txt:/cookies.txt:ro # Optional: cookies file for yt-dlp auth
|
- ./cookies.txt:/cookies.txt # Optional: cookies file for yt-dlp auth
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
uptodown_data:
|
uptodown_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user