Skip to content

Commit

Permalink
Updated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmiessler committed Mar 2, 2024
1 parent 62e7f23 commit 0d04a9e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions helpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,17 @@ These are helper tools to work with Fabric. Examples include things like getting
## yt (YouTube)

`yt` is a command that uses the YouTube API to pull transcripts, get video duration, and other functions. It's primary function is to get a transcript from a video that can then be stitched (piped) into other Fabric Patterns.

```bash
usage: yt [-h] [--duration] [--transcript] [url]

vm (video meta) extracts metadata about a video, such as the transcript and the video's duration. By Daniel Miessler.
positional arguments:
url YouTube video URL
options:
-h, --help show this help message and exit
--duration Output only the duration
--transcript Output only the transcript
```

0 comments on commit 0d04a9e

Please sign in to comment.