Spaces:
Sleeping
Sleeping
print("===entry===")
Browse files
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'])
|