Skip to content

Commit fbd656d

Browse files
author
SM_SAYEED
committed
Preview and download files locally backed
1 parent e52866e commit fbd656d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ def public_clips():
442442
link = request.form.get('link', '').strip()
443443
try:
444444
file_id = extract_drive_id(link)
445-
# Save as preview|download (separated by ||)
446445
preview_url = f"https://drive.google.com/file/d/{file_id}/preview"
447446
download_url = f"https://drive.google.com/uc?export=download&id={file_id}"
448447
db_filename = f"{preview_url}||{download_url}"

0 commit comments

Comments
 (0)