will this work???
This commit is contained in:
parent
c259e8d7a3
commit
8c6f7ea384
|
@ -1,6 +1,8 @@
|
|||
import youtube_dl
|
||||
import sys
|
||||
|
||||
print("hello from y2t.py")
|
||||
|
||||
url = sys.argv[1]
|
||||
lang = sys.argv[2]
|
||||
|
||||
|
|
Loading…
Reference in New Issue