From 60fdb7cecf7e0307b9d7d800dc8ff502c40af14a Mon Sep 17 00:00:00 2001 From: Skullheadx <94652084+Skullheadx@users.noreply.github.com> Date: Sun, 25 Dec 2022 20:20:23 -0500 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..466ed26 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# youtube-downloader + +HOW TO USE +- Enter links into the links_file.txt file each on a new line. +- edit the value of SAVE_PATH variable in main.py and change it to the path you would like to save files to. Change it to "" to save to same directory as main.py. +- Run the main.py file using python +- Enjoy your newly downloaded videos! -- 2.54.0