path to file
This commit is contained in:
parent
8416bd0702
commit
299dc39b78
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user