mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
feat: add support for multiple matching shipping options (#483)
This commit is contained in:
@@ -26,6 +26,12 @@ ad_defaults:
|
||||
# Jobs > Praktika: 102/125
|
||||
categories: {}
|
||||
|
||||
download:
|
||||
# if true, all shipping options matching the package size will be included
|
||||
include_all_matching_shipping_options: false
|
||||
# list of shipping options to exclude, e.g. ["DHL_2", "DHL_5"]
|
||||
excluded_shipping_options: []
|
||||
|
||||
publishing:
|
||||
delete_old_ads: "AFTER_PUBLISH" # one of: AFTER_PUBLISH, BEFORE_PUBLISH, NEVER
|
||||
delete_old_ads_by_title: true # only works if delete_old_ads is set to BEFORE_PUBLISH
|
||||
|
||||
Reference in New Issue
Block a user