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 = []