This commit is contained in:
ed barz 2023-03-02 19:55:16 +01:00
parent 15006d4780
commit 3d74b6fe35
1 changed files with 1 additions and 1 deletions

View File

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