From 9ae9da3d6e451eea412b1b00f1d54b9d476a048a Mon Sep 17 00:00:00 2001 From: mister-monster <38917788+mister-monster@users.noreply.github.com> Date: Fri, 18 Oct 2019 18:19:28 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aa1b28..6442750 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ If is set to True, videos and metadata will be deleted from the To run the bot, simply run youtube2peertube.py. The bot will run indefinitely until stopped. -If you run it inside of a virtual environment, all dependencies are in venv. If you run it outside of a virtual environment you will need to make sure all dependencies are met. +You will need to make sure all dependencies are met. The first time a channel is found in the config, the most recent videos returned by the youtube RSS endpoint are mirrored, and a new entry is added to channels_timestamps.csv with the timestamp of the last video. Subsequently each channel is checked for an entry in channels_timestamps.csv and only videos later than the last timestamp for the channel's entry are mirrored. The tool decides if it is the first time a channel is found based on whether it has an entry in channels_timestamps.csv. It is designed this way so that the tool can be stopped and restarted without attempting to upload duplicate videos when restarted.