From 574bbf47e4514f69e9398a5a9f8fa3cd5dd72ceb Mon Sep 17 00:00:00 2001 From: msglm Date: Wed, 11 Jan 2023 20:51:08 -0600 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