Skip to content

Commit

Permalink
README: rephrase the documention
Browse files Browse the repository at this point in the history
  • Loading branch information
dplocki committed Jan 24, 2024
1 parent 1dcf947 commit 0e64edd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ Those will be cover by all values given by command line.

| Property | Type | Required | Default | Note |
|:---------------------|:----------:|:--------:|:--------------------------------------:|:-----|
| `name` | string | yes | - | The name of channel (used in logger) |
| `rss_link` | string | yes | - | The URL of RSS channel |
| `path` | string | yes | - | The path to directory, for podcast files |
| `name` | string | yes | - | The name of channel (use in logger) |
| `rss_link` | string | yes | - | The URL of RSS feed |
| `path` | string | yes | - | The path to directory, where podcast are stored, will be downloaded |
| `file_name_template` | string | no | `%file_name%.%file_extension%` | The template for the downloaded files, see [File name template](#file-name-template)|
| `disable` | boolean | no | `false` | This podcast will be ignored |
| `podcast_extensions` | key-value | no | `{".mp3": "audio/mpeg"}` | The file filter |
Expand Down

0 comments on commit 0e64edd

Please sign in to comment.