Skip to content

Commit 7b96dc2

Browse files
authored
Update README.md
1 parent 6771342 commit 7b96dc2

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
> ⚡ Turn hours of YouTube videos into clean, structured text in minutes.
88
9-
**YTFetcher** is a Python tool for fetching YouTube video transcripts in bulk, along with metadata like titles, publish dates, and descriptions.
10-
Perfect for **NLP datasets, search indexes, or content analysis apps**.
11-
*If you find this useful, please star the repo!*
9+
A python tool for fetching thousands of videos fast from a Youtube channel along with structured transcripts and additional metadata. Export data easily as CSV, TXT, or JSON.
1210

1311
---
1412

@@ -47,11 +45,11 @@ ytfetcher from_channel -c TheOffice -m 50 -f json
4745
---
4846

4947
## Features
50-
- Fetch full transcripts from a YouTube channel.
51-
- Get video metadata: title, description, thumbnails, published date.
52-
- Async support for high performance.
53-
- Export fetched data as txt, csv or json.
54-
- CLI support.
48+
- Fetch full **transcripts** from a YouTube channel.
49+
- Get video **metadata: title, description, thumbnails, published date**.
50+
- Async support for **high performance**.
51+
- **Export** fetched data as txt, csv or json.
52+
- **CLI** support.
5553

5654
---
5755

0 commit comments

Comments
 (0)