From b5e24789aab02dc0f3be2d40781168088575cb35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20P=C5=82ocki?= Date: Sun, 11 Feb 2024 23:00:56 +0100 Subject: [PATCH] README: Add missing link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0115be..5b07385 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Those will be cover by all values given by command line. |:---------------------|:----------:|:--------:|:--------------------------------------:|:-----| | `downloads_limit` | number | no | infinity | | | `if_directory_empty` | string | no | download_last | See [In case of empty directory](#in-case-of-empty-directory) | -| `podcast_extensions` | key-value | no | `{".mp3": "audio/mpeg"}` | The file filter | +| `podcast_extensions` | key-value | no | `{".mp3": "audio/mpeg"}` | See [File types filter](#file-types-filter) | | `podcasts` | subsection | yes | `[]` | See [Podcasts sub category](#podcasts-sub-category) | | `http_headers` | key-value | no | `{"User-Agent": "podcast-downloader"}` | See [HTTP request headers](#http-request-headers) |