Print out version info before starting

This commit is contained in:
Ali Parlakci
2018-08-17 21:25:01 +03:00
parent 3a6954c7d3
commit 9b63c55d3e

View File

@@ -642,6 +642,8 @@ def download(submissions):
print(" Total of {} links downloaded!".format(downloadedCount))
def main():
VanillaPrint(f"\nBulk Downloader for Reddit v{__version__}")
GLOBAL.arguments = parseArguments()
if GLOBAL.arguments.directory is not None: