check
This commit is contained in:
parent
0def3848d0
commit
3c92eba53a
|
@ -10,6 +10,9 @@ lang = sys.argv[2]
|
||||||
|
|
||||||
print("python script will now process url:" + url + "in lang:" + lang)
|
print("python script will now process url:" + url + "in lang:" + lang)
|
||||||
|
|
||||||
|
with open ("output/check 13", 'w') as file:
|
||||||
|
file.write("echek 13\n")
|
||||||
|
|
||||||
ydl_opts = {
|
ydl_opts = {
|
||||||
'writesubtitles': True,
|
'writesubtitles': True,
|
||||||
'writeautomaticsub': True,
|
'writeautomaticsub': True,
|
||||||
|
@ -69,6 +72,3 @@ for i in range(blocks):
|
||||||
print('This is part '+ str(i+1) +'/'+ str(blocks) + " of the transcript of a video named: "+ title)
|
print('This is part '+ str(i+1) +'/'+ str(blocks) + " of the transcript of a video named: "+ title)
|
||||||
print(sList[i])
|
print(sList[i])
|
||||||
|
|
||||||
with open ("output/hello_end.txt", 'w') as file:
|
|
||||||
file.write("hello file check end")
|
|
||||||
exit(0)
|
|
Loading…
Reference in New Issue