From 20e803d4dad2a4872ac585cdfae9318bd83fc7b6 Mon Sep 17 00:00:00 2001 From: Amr Abouelkhair Date: Wed, 24 Apr 2024 07:59:06 -0400 Subject: [PATCH] Update the documentation for the output param --- gdown/download.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gdown/download.py b/gdown/download.py index 548922ef..aec50ac7 100644 --- a/gdown/download.py +++ b/gdown/download.py @@ -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