Skip to content

Commit 01e7818

Browse files
committed
fix typo in readme
1 parent 648c267 commit 01e7818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ ChannelData(
144144

145145
## Using Different Fetchers
146146

147-
`Ytfetcher` also supports different fetcher so you can fetch with `channel_handle`, custom `video_ids` or from a `playlist_id`
147+
`ytfetcher` also supports different fetcher so you can fetch with `channel_handle`, custom `video_ids` or from a `playlist_id`
148148

149149
### Fetching from Playlist ID
150150

@@ -197,7 +197,7 @@ ytfetcher from_channel -c TheOffice -m 50 -f csv --print --languages tr en
197197

198198
## Fetching Only Manually Created Transcripts
199199

200-
`ytfethcer` allows you to fetch **only manually created transcripts** from a channel which allows you to get more precise transcripts.
200+
`ytfetcher` allows you to fetch **only manually created transcripts** from a channel which allows you to get more precise transcripts.
201201

202202
```python
203203
fetcher = YTFetcher.from_channel(channel_handle="TEDx", manually_created=True) # Set manually_created flag to True

0 commit comments

Comments
 (0)