reasonable values

This commit is contained in:
BuildTools 2022-11-25 13:32:19 +01:00
parent e6af746c17
commit 9957823cce

View File

@ -11,7 +11,7 @@ mastodon_user = ""
[options]
# Download videos from twitter and upload them on Mastodon
# Default is false
upload_videos = false
upload_videos = true
# Also post the "reply-to" tweets from twitter account
# Default is false
@ -23,11 +23,11 @@ skip_retweets = false
# Replace redirected links in tweets with direct URLs
# Default is false
remove_link_redirections = false
remove_link_redirections = true
# Clean up URLs in tweets to remove trackers
# Default is false
remove_trackers_from_urls = false
remove_trackers_from_urls = true
# Maximum age of tweet to post (in days, decimal values accepted)
# Default is 1
@ -39,4 +39,4 @@ tweet_delay = 0
# Maximum number of toots to post in this run
# Default is 0 (which means unlimited)
toot_cap = 0
toot_cap = 1