Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanpaudel93 committed Jun 6, 2023
1 parent 279c6c5 commit 8979fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Parses the content of a local file or URL and extracts the streams information.
- `enforce_schema` (optional): If `True`, non-existing fields in a stream are filled with None. If `False`, non-existing fields are ignored. Default is `True`.

```python
parser.parse_m3u(path, check_live=True, enforce_schema=True)
parser.parse_json(path, check_live=True, enforce_schema=True)
```

#### parse_csv
Expand All @@ -102,7 +102,7 @@ Parses the content of a local file or URL and extracts the streams information.
- `enforce_schema` (optional): If `True`, non-existing fields in a stream are filled with None. If `False`, non-existing fields are ignored. Default is `True`.

```python
parser.parse_m3u(path, check_live=True, enforce_schema=True)
parser.parse_csv(path, check_live=True, enforce_schema=True)
```

#### filter_by
Expand Down

0 comments on commit 8979fe0

Please sign in to comment.