We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52866e commit fbd656dCopy full SHA for fbd656d
app.py
@@ -442,7 +442,6 @@ def public_clips():
442
link = request.form.get('link', '').strip()
443
try:
444
file_id = extract_drive_id(link)
445
- # Save as preview|download (separated by ||)
446
preview_url = f"https://drive.google.com/file/d/{file_id}/preview"
447
download_url = f"https://drive.google.com/uc?export=download&id={file_id}"
448
db_filename = f"{preview_url}||{download_url}"
0 commit comments