From b50aa253e9c66669f8c7ed7d1548299f5f31b5bd Mon Sep 17 00:00:00 2001 From: mister-monster <38917788+mister-monster@users.noreply.github.com> Date: Fri, 18 Oct 2019 19:03:37 -0500 Subject: [PATCH] Update example_config.toml --- example_config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_config.toml b/example_config.toml index 0e4fdcc..feb04d6 100644 --- a/example_config.toml +++ b/example_config.toml @@ -1,7 +1,7 @@ # This is a TOML document # This document is a configuration file for YouTube2PeerTube mirror bot [global] -video_download_dir = "/path/to/download/directory" # must be absolute path and user writable directory +video_download_dir = "/path/to/download/directory/" # must be absolute path and user writable directory delete_videos = "false" # Delete videos and metadata after upload to peertube, lowercase string poll_frequency = 180 # poll frequency in minutes