diff --git a/bot_db.py b/bot_db.py index 6a08230..3609789 100644 --- a/bot_db.py +++ b/bot_db.py @@ -22,6 +22,8 @@ from selenium import webdriver if not os.path.exists("./cache"): os.mkdir("./cache") +if not os.path.exists("./cache/yt-dlp"): + os.mkdir("./cache/yt-dlp") print("lanuching driver") options = webdriver.FirefoxOptions()