Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxfandudeguy/youtube-transcript-docker
Docker container which provides a transcript of a YouTube video.
https://github.com/linuxfandudeguy/youtube-transcript-docker
docker dockerfile python python3 youtube youtube-api yt-dlp
Last synced: 6 days ago
JSON representation
Docker container which provides a transcript of a YouTube video.
- Host: GitHub
- URL: https://github.com/linuxfandudeguy/youtube-transcript-docker
- Owner: linuxfandudeguy
- Created: 2024-11-02T00:15:53.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-02T02:17:34.000Z (3 months ago)
- Last Synced: 2024-12-03T08:12:06.882Z (2 months ago)
- Topics: docker, dockerfile, python, python3, youtube, youtube-api, yt-dlp
- Language: Python
- Homepage: https://hub.docker.com/repository/docker/lelbois/youtube-transcript/general
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
in order to install run
```bash
sudo docker pull lelbois/youtube-transcript:latest
```
and in order to run:```bash
sudo docker run --rm lelbois/youtube-transcript https://youtu.be/eGz9DS-aIeY
```