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
- Host: GitHub
- URL: https://github.com/benhunter/youtube-transcript
- Owner: benhunter
- Created: 2023-12-29T03:10:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T03:24:25.000Z (over 2 years ago)
- Last Synced: 2025-10-25T04:49:16.778Z (9 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).