An open API service indexing awesome lists of open source software.

https://github.com/benhunter/youtube-transcript

Download transcripts of YouTube videos
https://github.com/benhunter/youtube-transcript

Last synced: 19 days ago
JSON representation

Download transcripts of YouTube videos

Awesome Lists containing this project

README

          

# youtube-transcript

Download YouTube transcripts with python.

# Usage

```bash
python -m venv venv
source venv/bin/activate
python transcript.py
```

# Library

Uses [youtube-transcript-api](https://github.com/jdepoix/youtube-transcript-api).