File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
203203fetcher = YTFetcher.from_channel(channel_handle = " TEDx" , manually_created = True ) # Set manually_created flag to True
You can’t perform that action at this time.
0 commit comments