add full transcript in first possition
This commit is contained in:
parent
398ed478df
commit
cda268e6f7
|
@ -40,7 +40,7 @@ with open(subFn, "r") as f:
|
|||
|
||||
|
||||
txt = txt.replace("\n"," ")
|
||||
#print(txt)
|
||||
print("Here is the full transcript of the video titled: « " + title + " » - " + txt)
|
||||
words = txt.split()
|
||||
|
||||
sList = []
|
||||
|
|
Loading…
Reference in New Issue