Last active
October 31, 2024 19:23
-
-
Save eggplants/b805ed97fc579c92f402885709028253 to your computer and use it in GitHub Desktop.
Record YouTube Live anytime
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Usage: | |
# mkdir -m 777 -p ./keeby | |
# cd keeby | |
# ...copy this compose file... | |
# docker compose up -d | |
services: | |
ytarchive: | |
container_name: ytarchive | |
image: ghcr.io/jim60105/ytarchive:latest | |
volumes: | |
- .:/download | |
restart: always | |
command: -r 15 https://www.youtube.com/@keeby_boy/streams best | |
logging: | |
options: | |
max-size: 1g |
Author
eggplants
commented
Oct 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment