Instaloader: I want to download Only Photos Without any json and Videos

Created on 19 Jul 2020  路  4Comments  路  Source: instaloader/instaloader

I am new in coding and can't finger out how to filter videos and metadata to not download.

  • I am able to login
  • I Am able to filter data when I am using cmd and I want codes to do the same.
  • Able to download all post and metadata with videos.

please help me out if anyone has any examples please help me.

question

Most helpful comment

This is your template:
instaloader --no-metadata-json --no-captions --no-profile-pic --no-videos --no-video-thumbnails <targetname>

If your targetname is a private account you need to login:
instaloader --no-metadata-json --no-captions --no-profile-pic --no-videos --no-video-thumbnails --login=<myname> <targetname>

Example:
instaloader --no-metadata-json --no-captions --no-profile-pic --no-videos --no-video-thumbnails taylorswift

All 4 comments

Please explain your problem more clearly and all methods you have tried.
What I understood is that you wish to download only photos without and video and JSON. However, I didn't understand if by photos you mean only post photos or only story/highlight photos or both.

@Deleora thank for reply

I Just Want to download only post photos.

You may refer to this documentation. It pretty much contains everything on what you wanna do.

This is your template:
instaloader --no-metadata-json --no-captions --no-profile-pic --no-videos --no-video-thumbnails <targetname>

If your targetname is a private account you need to login:
instaloader --no-metadata-json --no-captions --no-profile-pic --no-videos --no-video-thumbnails --login=<myname> <targetname>

Example:
instaloader --no-metadata-json --no-captions --no-profile-pic --no-videos --no-video-thumbnails taylorswift

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Coriou picture Coriou  路  3Comments

alu45 picture alu45  路  4Comments

nerdysciencegrl picture nerdysciencegrl  路  4Comments

remlap picture remlap  路  3Comments

1337-Pete picture 1337-Pete  路  3Comments