Skip to content

Commit

Permalink
README.md: example config: remove quotes from max_height
Browse files Browse the repository at this point in the history
Closes #182 #115
  • Loading branch information
jtagcat authored and mxpv committed Oct 8, 2020
1 parent ec5eae7 commit 31cb976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ vimeo = [ # Multiple keys will be rotated.
format = "video" # or "audio"
# 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.
# custom = { cover_art = "{IMAGE_URL}}", cover_art_quality = "high", category = "TV", subcategories = ["Documentary", "Tech News"], explicit = true, lang = "en" } # Optional feed customizations
# max_height = "720" # Optional maximal height of video, example: 720, 1080, 1440, 2160, ...
# max_height = 720 # Optional maximal height of video, example: 720, 1080, 1440, 2160, ...
# cron_schedule = "@every 12h" # Optional cron expression format. If set then overwrite 'update_period'. See details below
# 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.
# opml = true|false # Optional inclusion of the feed in the OPML file (default value: false)
Expand Down

0 comments on commit 31cb976

Please sign in to comment.