actually display the transcript...
This commit is contained in:
parent
a707273986
commit
615e6b2a36
|
@ -61,3 +61,4 @@ 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)
|
||||
print(blocks[i])
|
||||
|
|
Loading…
Reference in New Issue