youngtsai commited on
Commit
0f043e3
1 Parent(s): 83ff975
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -484,9 +484,6 @@ def process_youtube_link(link):
484
  formatted_simple_transcript =[]
485
  screenshot_paths = []
486
  for entry in transcript:
487
- print("===entry===")
488
- print(entry)
489
- print("===entry===")
490
  start_time = format_seconds_to_time(entry['start'])
491
  end_time = format_seconds_to_time(entry['start'] + entry['duration'])
492
  embed_url = get_embedded_youtube_link(video_id, entry['start'])
 
484
  formatted_simple_transcript =[]
485
  screenshot_paths = []
486
  for entry in transcript:
 
 
 
487
  start_time = format_seconds_to_time(entry['start'])
488
  end_time = format_seconds_to_time(entry['start'] + entry['duration'])
489
  embed_url = get_embedded_youtube_link(video_id, entry['start'])