We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329a226 commit 63e5ffbCopy full SHA for 63e5ffb
1 file changed
fastget.py
@@ -12,7 +12,7 @@
12
console = Console()
13
logger = ModernLogging(process_name="FastGet")
14
15
-VERSION = "3.0"
+VERSION = "4.0"
16
URL = Prompt.ask("URL")
17
OUTPUT_FILE = Prompt.ask("Save as", default=unquote(os.path.basename(urlparse(URL).path)))
18
THREADS = int(Prompt.ask("Threads", default=4))
0 commit comments