live-dl
live-dl copied to clipboard
Monitor and download live streams from YouTube
https://github.com/sparanoid/live-dl/blob/a16f8997a4094b427f1a4d80e97d12b3d5ad55ac/live-dl#L561 $_date_calc is missing `__info "$(__yellow "Upcoming event detected: $_date_calc ($UPCOMING_TIME)")"`
When I modify config.yml file to use yt-dlp and add option argument for --live-from-start, it gives me an error message as follows: yt-dlp: error: no such option: --live-from-start Any idea...
`docker-compose.yml`: ```yaml version: '3' x-defaults: &defaults image: sparanoid/live-dl:latest restart: always volumes: - /volume2/NAS/live-dl/config.yml:/app/config.yml - /volume2/NAS/live-dl/youtube.com_cookies.txt:/app/cookies.txt - /volume2/NAS/Downloads/live-dl:/app/downloads services: minatoaqua:
When running this in docker(-compose), it natively runs as root. This can cause some pretty unfortunate permissions issues when trying to later interact with those files as it will even...
I experienced trouble that the download did not begin when the live stream has started. Instead, there was always the same error message. I was able to download with another...
Would it be possible to pass a (youtube) cookie to curl in order to monitor potential private live streams (restricted to paying members for example)? From the git logs I...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/setup-qemu-action](https://togithub.com/docker/setup-qemu-action) | action | major | `v1` -> `v3` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/setup-buildx-action](https://togithub.com/docker/setup-buildx-action) | action | major | `v1` -> `v3` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/metadata-action](https://togithub.com/docker/metadata-action) | action | major | `v3` -> `v5` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/login-action](https://togithub.com/docker/login-action) | action | major | `v1` -> `v3` | --- ### Release...