You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --cookies-from-browser BROWSER to download as your signed-in Google account using cookies read straight from a local browser, and --cookies FILE to use a cookies file other than ~/.cache/gdown/cookies.txt. The cookies file is now written owner-only and keeps session cookies. (#494)
Changed
Continue downloading the remaining files in a folder after individual downloads fail, then report all failures together. (#495)
Automatically detect Google Drive folder URLs, making --folder necessary only for ambiguous bare IDs. (#496)
Fixed
Close download sessions and streamed responses on early exits, failures, and response replacement, including single-file Listing and resumed downloads. (#499)
Remove cached-download staging directories after success or interruption, and create the cache on demand instead of during import. (#500)
Honor an explicitly supplied user agent for file downloads within folders while retaining the existing default user agents. (#501)
Fix folder --json export paths and preserve export extensions for dotted Google-native filenames. (#503)
Preserve the saved cookies file when browser cookie extraction reports an error instead of replacing working session cookies with invalid decrypted values. (#504)