actually display the transcript...

This commit is contained in:
edbrz9 2022-12-29 12:31:49 +01:00
parent a707273986
commit 615e6b2a36
1 changed files with 1 additions and 0 deletions

View File

@ -61,3 +61,4 @@ blocks = len(sList)
for i in range(blocks): 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(blocks[i])