path to file
This commit is contained in:
parent
e472f32611
commit
579886c418
@ -41,7 +41,7 @@ def download(url):
|
||||
#updateYoutubeDL()
|
||||
|
||||
# start downloader so that it's stdout (with fragments) may be captured
|
||||
for s in execute([sys.executable, os.path.realpath(__file__) + "/downloader.py",dirpath,url]):
|
||||
for s in execute([sys.executable, os.path.realpath(__file__), dirpath,url]):
|
||||
print(s)
|
||||
|
||||
def runYoutubeDL(url):
|
||||
|
Loading…
x
Reference in New Issue
Block a user