fix yt-dlp cache dir
This commit is contained in:
@@ -22,6 +22,8 @@ from selenium import webdriver
|
|||||||
|
|
||||||
if not os.path.exists("./cache"):
|
if not os.path.exists("./cache"):
|
||||||
os.mkdir("./cache")
|
os.mkdir("./cache")
|
||||||
|
if not os.path.exists("./cache/yt-dlp"):
|
||||||
|
os.mkdir("./cache/yt-dlp")
|
||||||
|
|
||||||
print("lanuching driver")
|
print("lanuching driver")
|
||||||
options = webdriver.FirefoxOptions()
|
options = webdriver.FirefoxOptions()
|
||||||
|
|||||||
Reference in New Issue
Block a user