Skip to content

Commit 22f29b1

Browse files
authored
docs: Remove language section since it is not published yet
1 parent d33277c commit 22f29b1

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -155,19 +155,6 @@ fetcher = YTFetcher.from_video_ids(
155155

156156
---
157157

158-
## Retreive Different Languages
159-
160-
You can use the `languages` param to retrieve your desired language. (Default en)
161-
162-
```python
163-
fetcher = YTFetcher.from_video_ids(video_ids=video_ids, languages=["tr", "en"])
164-
```
165-
166-
Also here's a quick CLI command for `language` param.
167-
```bash
168-
ytfetcher from_channel -c TheOffice -m 50 -f csv --print --languages tr en
169-
```
170-
171158
## Exporting
172159

173160
Use the `Exporter` class to export `ChannelData` in **csv**, **json**, or **txt**:

0 commit comments

Comments
 (0)