Skip to content

Commit c4de4b7

Browse files
authored
Added download settings section to README example config
1 parent afdc32f commit c4de4b7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,11 @@ enable_search_denylist = False
230230
# Number of consecutive search failures before denylisting
231231
max_search_failures = 3
232232
233+
[Download Settings]
234+
download_filtering = True
235+
use_extension_whitelist = False
236+
extensions_whitelist = lrc,nfo,txt
237+
233238
[Logging]
234239
# Passed to Python's logging.basicConfig()
235240
# See: https://docs.python.org/3/library/logging.html

0 commit comments

Comments
 (0)