fix yt-dlp cache dir

This commit is contained in:
2023-10-21 21:54:57 +08:00
parent 5ac2b9a408
commit f61cbeef32

View File

@@ -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()