Default download_comments and download_geotags to False
This commit is contained in:
parent
e2cec0a0bf
commit
c72b2a8fc2
@ -177,8 +177,8 @@ class Instaloader:
|
||||
download_pictures=True,
|
||||
download_videos: bool = True,
|
||||
download_video_thumbnails: bool = True,
|
||||
download_geotags: bool = True,
|
||||
download_comments: bool = True,
|
||||
download_geotags: bool = False,
|
||||
download_comments: bool = False,
|
||||
save_metadata: bool = True,
|
||||
compress_json: bool = True,
|
||||
post_metadata_txt_pattern: str = None,
|
||||
|
Loading…
Reference in New Issue
Block a user