check
This commit is contained in:
parent
e54480ff4d
commit
0303382528
|
@ -1,5 +1,9 @@
|
|||
import youtube_dl
|
||||
import sys
|
||||
import os
|
||||
|
||||
with open ("hello.txt", 'w') as file:
|
||||
file.write("hello file")
|
||||
|
||||
url = sys.argv[1]
|
||||
lang = sys.argv[2]
|
||||
|
@ -14,7 +18,7 @@ ydl_opts = {
|
|||
'lkjsdlfkjsdf': 'sdflkj',
|
||||
'outtmpl': '%(id)s',
|
||||
'skip_download': True,
|
||||
'writethumbnail': True,
|
||||
'writethumbnail': False,
|
||||
'quiet': True
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue