We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b12020 commit 1516ce2Copy full SHA for 1516ce2
1 file changed
README.md
@@ -38,7 +38,7 @@ pip install ytfetcher
38
39
---
40
41
-## 🚀 Quick CLI Usage
+## Quick CLI Usage
42
Fetch 50 video transcripts + metadata from a channel and save as JSON:
43
```bash
44
ytfetcher from_channel --api-key YOUR_API_KEY -c TheOffice -m 50 -f json
@@ -47,7 +47,7 @@ ytfetcher from_channel --api-key YOUR_API_KEY -c TheOffice -m 50 -f json
47
48
49
50
-## ✨ Features
+## Features
51
- Fetch full transcripts from a YouTube channel.
52
- Get video metadata: title, description, thumbnails, published date.
53
- Async support for high performance.
0 commit comments