path to file

This commit is contained in:
zuckerberg 2021-05-25 08:34:10 -04:00
parent 8416bd0702
commit 299dc39b78

View File

@ -40,7 +40,7 @@ def download(url):
#updateYoutubeDL() #updateYoutubeDL()
# start downloader so that it's stdout (with fragments) may be captured # start downloader so that it's stdout (with fragments) may be captured
for s in execute([sys.executable,"downloader.py",dirpath,url]): for s in execute([sys.executable, os.path.realpath(__file__) + "/downloader.py",dirpath,url]):
print(s) print(s)
def runYoutubeDL(url): def runYoutubeDL(url):