test
This commit is contained in:
parent
15006d4780
commit
3d74b6fe35
|
@ -56,7 +56,7 @@ with open(subFn, "r") as f:
|
|||
|
||||
|
||||
txt = txt.replace("\n"," ")
|
||||
print("Here is the full transcript of the video titled: « " + title + " » - " + txt)
|
||||
#print("Here is the full transcript of the video titled: « " + title + " » - " + txt)
|
||||
words = txt.split()
|
||||
|
||||
sList = []
|
||||
|
|
Loading…
Reference in New Issue