Spaces:
Running
Running
# 先取消 Google Drive 的图片
Browse files
app.py
CHANGED
@@ -493,6 +493,7 @@ def process_youtube_link(link):
|
|
493 |
end_time = format_seconds_to_time(entry['start'] + entry['duration'])
|
494 |
embed_url = get_embedded_youtube_link(video_id, entry['start'])
|
495 |
img_file_id = entry['img_file_id']
|
|
|
496 |
# screenshot_path = f"https://lh3.googleusercontent.com/d/{img_file_id}=s4000"
|
497 |
screenshot_path = img_file_id
|
498 |
line = {
|
|
|
493 |
end_time = format_seconds_to_time(entry['start'] + entry['duration'])
|
494 |
embed_url = get_embedded_youtube_link(video_id, entry['start'])
|
495 |
img_file_id = entry['img_file_id']
|
496 |
+
# 先取消 Google Drive 的图片
|
497 |
# screenshot_path = f"https://lh3.googleusercontent.com/d/{img_file_id}=s4000"
|
498 |
screenshot_path = img_file_id
|
499 |
line = {
|