Save metadata JSON with --metadata-json

With --metadata-json, a JSON file for each post is created saving the
Post properties defined in instaloader.Post class, i.e. caption, number
of likes, people tagged in caption or the picture itself, etc.

This closes #33 and closes #47.
This commit is contained in:
Alexander Graf
2017-09-29 14:02:58 +02:00
parent e471bd5ad3
commit e0ed4cf16c
3 changed files with 57 additions and 15 deletions

View File

@@ -70,10 +70,13 @@ Instaloader supports the following targets:
Instaloader goes through all media matching the specified targets and
downloads the pictures and videos and their captions. You can specify
- :option:`--comments`, to also **download comments** of each post and
- :option:`--comments`, to also **download comments** of each post,
- :option:`--geotags`, to **download geotags** of each post and save them as
Google Maps link.
Google Maps link,
- :option:`--metadata-json`, to store further post metadata in a separate JSON
file.
.. _filename-specification: