Release of version 1.0

This commit is contained in:
André Koch-Kramer
2016-07-28 18:30:44 +02:00
parent 651b590cfa
commit f3a52c6f4d
2 changed files with 3 additions and 1 deletions

View File

@@ -398,6 +398,8 @@ def main():
parser = ArgumentParser(description='Simple downloader to fetch all Instagram pics and '\
'captions from a given profile')
parser.add_argument('targets', nargs='+', help='Names of profiles to download')
parser.add_argument('--version', action='version',
version='1.0')
parser.add_argument('-l', '--login', metavar='login_name',
help='Provide login name for your Instagram account')
parser.add_argument('-p', '--password',