1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-08-18 20:59:38 +02:00

Default download_comments and download_geotags to False

This commit is contained in:
Alexander Graf 2021-03-20 17:39:37 +01:00
parent e2cec0a0bf
commit c72b2a8fc2

View File

@ -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,