diff --git a/README.md b/README.md index efedc15..e9b1518 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ audio_bitrate=32k # Catbox.moe upload settings # Whether uploads should go to litterbox instead of catbox. # catbox files are stored permanently, while litterbox is temporary -litterbox=no +litterbox=yes # If using litterbox, time until video expires # Available values: 1h, 12h, 24h, 72h litterbox_expire=72h diff --git a/videoclip.lua b/videoclip.lua index 6ff9a79..ace1014 100644 --- a/videoclip.lua +++ b/videoclip.lua @@ -72,7 +72,7 @@ local config = { font_size = 24, clean_filename = true, -- Whether to upload to catbox (permanent) or litterbox (temporary) - litterbox = false, + litterbox = true, -- Determines expire time of files uploaded to litterbox litterbox_expire = '72h', -- 1h, 12h, 24h, 72h }