diff --git a/default.toml b/default.toml index b0be8ea..b57d94d 100644 --- a/default.toml +++ b/default.toml @@ -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