Skip to content

Commit 31cb976

Browse files
jtagcatmxpv
jtagcat
authored andcommitted
README.md: example config: remove quotes from max_height
Closes #182 #115
1 parent ec5eae7 commit 31cb976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ vimeo = [ # Multiple keys will be rotated.
7676
format = "video" # or "audio"
7777
# custom.cover_art_quality use "high" or "low" to special cover image quality from channel cover default is equal with "quality" and disable when custom.cover_art was set.
7878
# custom = { cover_art = "{IMAGE_URL}}", cover_art_quality = "high", category = "TV", subcategories = ["Documentary", "Tech News"], explicit = true, lang = "en" } # Optional feed customizations
79-
# max_height = "720" # Optional maximal height of video, example: 720, 1080, 1440, 2160, ...
79+
# max_height = 720 # Optional maximal height of video, example: 720, 1080, 1440, 2160, ...
8080
# cron_schedule = "@every 12h" # Optional cron expression format. If set then overwrite 'update_period'. See details below
8181
# filters = { title = "regex for title here", not_title = "regex for negative title match", description = "...", not_description = "..." } # Optional Golang regexp format. If set, then only download matching episodes.
8282
# opml = true|false # Optional inclusion of the feed in the OPML file (default value: false)

0 commit comments

Comments
 (0)