write to output
This commit is contained in:
parent
386683d0dd
commit
54b31d79b3
|
@ -2,7 +2,7 @@ import youtube_dl
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
|
||||||
with open ("hello.txt", 'w') as file:
|
with open ("output/hello.txt", 'w') as file:
|
||||||
file.write("hello file")
|
file.write("hello file")
|
||||||
|
|
||||||
url = sys.argv[1]
|
url = sys.argv[1]
|
||||||
|
|
Loading…
Reference in New Issue