GoodML commited on
Commit
5110935
·
verified ·
1 Parent(s): e0ba642

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ def process_youtube():
128
  transcript_list = YouTubeTranscriptApi.list_transcripts(video_id)
129
  for transcript in transcript_list:
130
  # translating the transcript will return another transcript object
131
- req_transcript = transcript.translate('en').fetch())
132
 
133
  transcript = req[0].get('text')
134
 
 
128
  transcript_list = YouTubeTranscriptApi.list_transcripts(video_id)
129
  for transcript in transcript_list:
130
  # translating the transcript will return another transcript object
131
+ req_transcript = transcript.translate('en').fetch()
132
 
133
  transcript = req[0].get('text')
134