Skip to content

Commit 5e34b43

Browse files
committed
🤖: ✏️ Update version history and help descriptions
Updates the version history to include version v1.5.1 with documentation improvements and adds information about parallel workers in the help command. Credits are also updated to reflect all recent contributors.
1 parent e65087d commit 5e34b43

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dl.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ def main():
8181

8282
def help():
8383
print("Version History:")
84-
print("- Version v1.5.0 (Latest, Improved source detection and bait handling)")
84+
print("- Version v1.5.1 (Documentation updates: help descriptions, README usage info)")
85+
print("- Version v1.5.0 (Improved source detection and bait handling)")
8586
print("- Version v1.4.0 (Forked by MPZ-00)")
8687
print("- Version v1.3.1 (Forked by HerobrineTV, Fixed issues with finding the Download Links)")
8788
print("")
@@ -90,10 +91,11 @@ def help():
9091
print("-h shows this help")
9192
print("-u <URL> downloads the <URL> you specify")
9293
print("-l <doc> opens the <doc> you specify and downloads every URL line after line")
94+
print("-w <number> sets the number of parallel workers for list downloads (default: 4)")
9395
print("<URL> just the URL as Argument works the same as with -u Argument")
9496
print("______________")
9597
print("")
96-
print("Credits to @NikOverflow, @cuitrlal and @cybersnash on GitHub for contributing")
98+
print("Credits to @NikOverflow, @cuitrlal, @cybersnash, @HerobrineTV and @MPZ-00 on GitHub for contributing")
9799

98100
def list_dl(doc, workers=4):
99101
"""

0 commit comments

Comments
 (0)