Fix very minor packaging issues
- State in README.rst and setup.py metainfo that we require Python>=3.5 - Let Travis-CI test against newer versions of Python - Let instaloader --help show where to report issues
This commit is contained in:
@@ -685,7 +685,8 @@ def download_profiles(profilelist: List[str], username: Optional[str] = None, pa
|
||||
save_session(session, username, sessionfile, quiet=quiet)
|
||||
|
||||
def main():
|
||||
parser = ArgumentParser(description=__doc__)
|
||||
parser = ArgumentParser(description=__doc__,
|
||||
epilog="Report issues at https://github.com/Thammus/instaloader/issues.")
|
||||
parser.add_argument('profile', nargs='*',
|
||||
help='Name of profile to download; @<profile> to download all followees of '
|
||||
'<profile>; or the special targets :feed-all or :feed-liked to '
|
||||
|
Reference in New Issue
Block a user