Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/book000/youtube-live-recorder
Record and download YouTube live videos. Works with Docker (Docker Compose).
https://github.com/book000/youtube-live-recorder
docker docker-compose docker-image youtube youtube-downloader
Last synced: 1 day ago
JSON representation
Record and download YouTube live videos. Works with Docker (Docker Compose).
- Host: GitHub
- URL: https://github.com/book000/youtube-live-recorder
- Owner: book000
- License: mit
- Created: 2022-06-24T03:06:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T11:46:10.000Z (7 months ago)
- Last Synced: 2024-05-01T16:04:52.208Z (7 months ago)
- Topics: docker, docker-compose, docker-image, youtube, youtube-downloader
- Language: TypeScript
- Homepage: https://hub.docker.com/r/book000/youtube-live-recorder
- Size: 1.03 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# youtube-live-recorder
Record and download YouTube live videos.
Works with Docker (Docker Compose).## Configuration
When using Docker Compose, settings file is `recorder.env`.
Either `CHANNEL` or `PLAYLIST` is required.
- `TARGET` (required): Specify the target unique ID. This ID is used as the directory name of the save destination.
- `CHANNEL` (optional): Specify the ID of the channel to be recorded.
- `PLAYLIST` (optional): Specify the ID of the playlist to be recorded.
- `TITLE_FILTER` (optional): When filtering with the title name, specify the textbook to filter.## Warning / Disclaimer
The developer is not responsible for any problems caused by the user using this project.
## License
The license for this project is [MIT License](LICENSE).