mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 14:28:01 -05:00
Updated API documentation.
This commit is contained in:
@@ -278,7 +278,9 @@ Extract transcripts from YouTube videos.
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
"videoId": "Video ID",
|
||||||
"title": "Video Title",
|
"title": "Video Title",
|
||||||
|
"description" : "Video description...",
|
||||||
"transcript": "Full transcript text..."
|
"transcript": "Full transcript text..."
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@@ -335,7 +337,9 @@ Response:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
"videoId": "dQw4w9WgXcQ",
|
||||||
"title": "Rick Astley - Never Gonna Give You Up (Official Video)",
|
"title": "Rick Astley - Never Gonna Give You Up (Official Video)",
|
||||||
|
"description": "The official video for “Never Gonna Give You Up” by Rick Astley...",
|
||||||
"transcript": "We're no strangers to love. You know the rules and so do I..."
|
"transcript": "We're no strangers to love. You know the rules and so do I..."
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user