From a502db1ad9a9c04872e7e2477dc7848f735360a4 Mon Sep 17 00:00:00 2001 From: cyian-1756 Date: Mon, 7 Jan 2019 11:56:56 -0500 Subject: [PATCH] Documented the enable.finish.command and finish.command config options --- Config-options.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/Config-options.md b/Config-options.md index 8084059..8d0f00b 100644 --- a/Config-options.md +++ b/Config-options.md @@ -253,4 +253,22 @@ If true ripme will write the url of every file it downloads to a file and skip t Bool -If false the reddit ripper will not create any subdirs \ No newline at end of file +If false the reddit ripper will not create any subdirs + +### enable.finish.command + +Bool + +If true ripme will run the command at finish.command when a rip finishes + +### finish.command + +String + +The command to be run when a rip finishes + +The following strings are replaced before the command is run + +%path% : the path to the album folder + +%url% : the url that was ripped