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