From 051a6fa9d0e7e7421ecee9977b89a306302c6d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Koch-Kramer?= Date: Fri, 21 Jul 2017 15:32:41 +0200 Subject: [PATCH] args.comments --- instaloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instaloader.py b/instaloader.py index 6be9251..d321361 100755 --- a/instaloader.py +++ b/instaloader.py @@ -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)