From 9248209703d4f6bd145e634f5b4443b33c0f5239 Mon Sep 17 00:00:00 2001 From: goyimnose Date: Tue, 30 Dec 2025 04:17:29 -0500 Subject: [PATCH] Update Tutorial --- Tutorial.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Tutorial.md b/Tutorial.md index 5d9040c..e5ab01a 100644 --- a/Tutorial.md +++ b/Tutorial.md @@ -1,18 +1,3 @@ -# set up config.conf -the config file is meant to be modular, you only need to put in what you want. technically you do not need a file store, but you will miss out on a bunch features. For this tutorial we are going to make an example folderstore. Add the below to your config.conf, pick a path for you that is a blank folder non-system folder. - - -
-
config.conf
-
[store=folder]
-name="tutorial"
-path="C:\Users\Admin\Downloads\tutorial"
-
-
- - -after your done save the file and restart the cli.py - # Downloading from youtube ### cookies.txt required - [cookies.txt guide](cookies.md) start up the cli and enter this at prompt, you can copy and paste