add full transcript in first possition

This commit is contained in:
edbrz9 2022-12-30 19:58:56 +01:00
parent 398ed478df
commit cda268e6f7
1 changed files with 2 additions and 2 deletions

View File

@ -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 = []
@ -61,5 +61,5 @@ if currentString:
blocks = len(sList)
for i in range(blocks):
print('This is part '+ str(i+1) +'/'+ str(blocks) + ' of the transcript of a video named: «' + title + '»: ' + sList[i])
print('This is part '+ str(i+1) +'/'+ str(blocks) + ' of the transcript of a video named: « ' + title + ' » : ' + sList[i])