mirror of
https://github.com/KevinMidboe/bulk-downloader-for-reddit.git
synced 2025-10-29 17:40:15 +00:00
Print out github link at start
This commit is contained in:
@@ -646,8 +646,9 @@ def download(submissions):
|
|||||||
def main():
|
def main():
|
||||||
|
|
||||||
VanillaPrint(
|
VanillaPrint(
|
||||||
f"Bulk Downloader for Reddit v{__version__}\n" \
|
f" Bulk Downloader for Reddit v{__version__}\n" \
|
||||||
f"Written by Ali PARLAKCI – parlakciali@gmail.com\n"
|
f" Written by Ali PARLAKCI – parlakciali@gmail.com\n\n" \
|
||||||
|
f" https://github.com/aliparlakci/bulk-downloader-for-reddit/"
|
||||||
)
|
)
|
||||||
GLOBAL.arguments = parseArguments()
|
GLOBAL.arguments = parseArguments()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user