From 9b678fe3a4bf0bd175eae95e1389e3d6f40140ea Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Fri, 29 Nov 2019 01:07:47 +0100 Subject: [PATCH] Add a TODO list --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ba83595..b8dd26c 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,12 @@ Three different type of scripts are included depending of what you want to downl (Active Scripts) `--dateafter 20190101` : Tell youtube-dl to download everything that was created after January 1, 2019 (included). `--batch-file "Source - XXXXXX.txt"` : Tell youtube-dl to look for links in `Source - XXXXXX.txt` + + +# TODO: + +- Make the date flags change automatically for both Linux - OSX and Windows (Windows script will be rewritten for Powershell) (See #2 for the Linux implementation) + +- Make scripts to automatically merge the Active content into the Archive (merging the `archive.log`) for both Linux - OSX and Windows + +