From 30170c9ceae47d92f0d4d4cd22ed82d5c857a994 Mon Sep 17 00:00:00 2001 From: mister-monster <38917788+mister-monster@users.noreply.github.com> Date: Fri, 18 Oct 2019 19:03:22 -0500 Subject: [PATCH] Update example_config.toml --- example_config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_config.toml b/example_config.toml index be3fdfd..0e4fdcc 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 yt2pt (Youtube to Peertube) mirror bot +# This document is a configuration file for YouTube2PeerTube mirror bot [global] -video_download_dir = "/home/m/Desktop/yt2pt_videos/" # 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