1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-10-05 14:57:08 +02:00

args.comments

This commit is contained in:
André Koch-Kramer 2017-07-21 15:32:41 +02:00
parent 169ce1a300
commit 051a6fa9d0

View File

@ -1053,7 +1053,7 @@ def main():
profile_subdirs=not args.no_profile_subdir, user_agent=args.user_agent)
loader.download_profiles(args.profile, args.login, args.password, args.sessionfile,
int(args.count) if args.count is not None else None,
args.profile_pic_only, not args.skip_videos, args.geotags, args.download_comments,
args.profile_pic_only, not args.skip_videos, args.geotags, args.comments,
args.fast_update, args.hashtag_username)
except InstaloaderException as err:
raise SystemExit("Fatal error: %s" % err)