diff options
author | msglm <msglm@techchud.xyz> | 2023-01-11 20:51:08 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-01-11 20:51:08 -0600 |
commit | 574bbf47e4514f69e9398a5a9f8fa3cd5dd72ceb (patch) | |
tree | 7f04a81d731c2ea24820603de79bfd6239de58ca /config | |
parent | ea2410eeb18b495f71dfe6f0a941e5d65078c523 (diff) | |
download | comedyGenerator-574bbf47e4514f69e9398a5a9f8fa3cd5dd72ceb.tar.gz comedyGenerator-574bbf47e4514f69e9398a5a9f8fa3cd5dd72ceb.tar.bz2 comedyGenerator-574bbf47e4514f69e9398a5a9f8fa3cd5dd72ceb.zip |
added gif support
Diffstat (limited to 'config')
-rw-r--r-- | config | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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/ |