Print out github link at start

This commit is contained in:
Ali Parlakci
2018-08-20 15:13:42 +03:00
parent 137481cf3e
commit 32d26fa956

View File

@@ -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()