https://github.com/sirnoob97/yt-transcripts
Cli tool to get youtube video transcripts
https://github.com/sirnoob97/yt-transcripts
cli easy easy-to-use go golang good-first-issue subtitle subtitles transcipt transcritps youtube
Last synced: 10 months ago
JSON representation
Cli tool to get youtube video transcripts
- Host: GitHub
- URL: https://github.com/sirnoob97/yt-transcripts
- Owner: SirNoob97
- License: mit
- Created: 2021-02-25T17:59:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T17:26:27.000Z (over 5 years ago)
- Last Synced: 2024-06-21T13:19:13.760Z (about 2 years ago)
- Topics: cli, easy, easy-to-use, go, golang, good-first-issue, subtitle, subtitles, transcipt, transcritps, youtube
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yt-transcripts
Project inspired by [youtube-transcript-api](https://github.com/jdepoix/youtube-transcript-api)
```
Usage off: yt-transcripts: [COMMAND] [OPTIONS]
Commands:
save Save the transcript to the specified file path.
list List available video transcripts.
fetch Fetch the transcript.
Options:
--help, -h Display command help message.
--version, -v Show app version.
```
```
Usage of: yt-transcripts list [OPTIONS]
Options:
-i, --id Video ID
```
```
Usage of: yt-transcripts save [OPTIONS]
Options:
-i, --id Video ID
-l, --language Language code in which you want to store the transcript
-o, --output Filename in which the data will be stored
```
```
Usage of: yt-transcripts fetch [OPTIONS]
Options:
-i, --id Video ID
-l, --language Language code in which you want to search for the transcript
```