From 3d74b6fe35b5f773c7836a62adc69c9d7a5749de Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 2 Mar 2023 19:55:16 +0100 Subject: [PATCH] test --- proj/YT2P/y2t.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj/YT2P/y2t.py b/proj/YT2P/y2t.py index bf7bb37..a32e1c4 100644 --- a/proj/YT2P/y2t.py +++ b/proj/YT2P/y2t.py @@ -56,7 +56,7 @@ with open(subFn, "r") as f: txt = txt.replace("\n"," ") -print("Here is the full transcript of the video titled: « " + title + " » - " + txt) +#print("Here is the full transcript of the video titled: « " + title + " » - " + txt) words = txt.split() sList = []