From 615e6b2a36bec5ea7008bd6016d911b586998c91 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 12:31:49 +0100 Subject: [PATCH] actually display the transcript... --- proj/y2t/y2t.py | 1 + 1 file changed, 1 insertion(+) diff --git a/proj/y2t/y2t.py b/proj/y2t/y2t.py index cfe2e9f..45b67ed 100644 --- a/proj/y2t/y2t.py +++ b/proj/y2t/y2t.py @@ -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])