I am new in coding and can't finger out how to filter videos and metadata to not download.
please help me out if anyone has any examples please help me.
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
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