youngtsai commited on
Commit
fd44792
1 Parent(s): 915c4c3

print("===entry===")

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -486,6 +486,9 @@ def process_youtube_link(link):
486
  formatted_simple_transcript =[]
487
  screenshot_paths = []
488
  for entry in transcript:
 
 
 
489
  start_time = format_seconds_to_time(entry['start'])
490
  end_time = format_seconds_to_time(entry['start'] + entry['duration'])
491
  embed_url = get_embedded_youtube_link(video_id, entry['start'])
 
486
  formatted_simple_transcript =[]
487
  screenshot_paths = []
488
  for entry in transcript:
489
+ print("===entry===")
490
+ print(entry)
491
+ print("===entry===")
492
  start_time = format_seconds_to_time(entry['start'])
493
  end_time = format_seconds_to_time(entry['start'] + entry['duration'])
494
  embed_url = get_embedded_youtube_link(video_id, entry['start'])