From 63cb3a7d8757b8823a3caa4b50b967dcef234b5d Mon Sep 17 00:00:00 2001 From: msglm Date: Sun, 17 Aug 2025 19:53:51 -0500 Subject: added gif support --- config | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config b/config index aa8f078..ea44cd3 100644 --- a/config +++ b/config @@ -1,9 +1,6 @@ #Move this to ~/.config/comedyGenerator [DEFAULT] -#Dictates where videos will be outputted to -output=./ - #Location of the log file, if you care about that. False will disable the log file log=False @@ -12,3 +9,13 @@ amount=10 #Default amount of jobs used when downloading jobs=1 + +[Videos] + +#where videos will be outputted to +output=/home/joybuke/Videos/unsorted/ + +[Gifs] + +#where gifs will be outputted to +output=/home/joybuke/Pictures/gif/ -- cgit v1.2.3