mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Update feed customizations #125
This commit is contained in:
@ -68,7 +68,7 @@ vimeo = "{VIMEO_API_TOKEN}"
|
||||
update_period = "12h" # How often query for updates, examples: "60m", "4h", "2h45m"
|
||||
quality = "high" # or "low"
|
||||
format = "video" # or "audio"
|
||||
# cover_art = "{IMAGE_URL}" # Optional URL address of an image file
|
||||
# custom = { cover_art = "{IMAGE_URL}}", category = "TV", explicit = true, lang = "en" } # Optional feed customizations
|
||||
# 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" } # Optional Golang regexp format. If set, then only download episodes with matching titles.
|
||||
|
@ -34,8 +34,6 @@ type Feed struct {
|
||||
MaxHeight int `toml:"max_height"`
|
||||
// Format to use for this feed
|
||||
Format model.Format `toml:"format"`
|
||||
// Custom image to use
|
||||
CoverArt string `toml:"cover_art"`
|
||||
// Only download episodes that match this regexp (defaults to matching anything)
|
||||
Filters Filters `toml:"filters"`
|
||||
// Clean is a cleanup policy to use for this feed
|
||||
|
Reference in New Issue
Block a user