write to output

This commit is contained in:
edbrz9 2022-12-29 13:53:30 +01:00
parent 386683d0dd
commit 54b31d79b3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import youtube_dl
import sys
import os
with open ("hello.txt", 'w') as file:
with open ("output/hello.txt", 'w') as file:
file.write("hello file")
url = sys.argv[1]