Skip to content

Commit

Permalink
Update the documentation for the output param
Browse files Browse the repository at this point in the history
  • Loading branch information
abouelkhair5 authored and wkentaro committed May 12, 2024
1 parent 512570f commit 20e803d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gdown/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ def download(
url: str
URL. Google Drive URL is also supported.
output: str
Output filename. Default is basename of URL.
Output filename/directory. Default is basename of URL.
If output ends with separator '/' basename will be kept and the
parameter will be treated as parenting directory.
quiet: bool
Suppress terminal output. Default is False.
proxy: str
Expand Down

0 comments on commit 20e803d

Please sign in to comment.