Instagram Scraper Versions Save

Scrapes an instagram user's photos and videos

v1.11.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/arc298/instagram-scraper/compare/v1.10.6...v1.11.0

v1.10.6

2 years ago

What's Changed

Full Changelog: https://github.com/arc298/instagram-scraper/compare/v1.10.5...v1.10.6

v1.10.5

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/arc298/instagram-scraper/compare/1.10.4...v1.10.5

v1.10.4

2 years ago

What's Changed

v1.10.3

2 years ago

What's Changed

v1.10.2

2 years ago

Changes

  • Revert #511

v1.10.1

2 years ago

Changes

  • Docker build suport. #660
  • Extra info from account. #688
  • Exit when login is failed. #677
  • If JSON parse fails, parse as HTML. #512
  • Fall back to alternate content-length header #511

v1.10.0

2 years ago

Remove obsolete broadcast feature #659

v1.9.1

3 years ago

Changes

  • Get profile pictures if it exists. #523
  • Adds broadcast to values in --media-types flag. #531
  • Adds new shareddata format extraction. Fixes #578, #515. #580

Bug Fixes

  • Fixes #525 bug that allows duplicate post metadata by comparing the ID of the posts before saving them to json. Ensure the posts we saved are newer than the timestamp provided by --latest-stamps arg. If this arg is not used then all posts collected are saved. #532
  • Fixes null reference error when getting location #568
  • Fix for video_resources #594. #595

v1.9.0

4 years ago

New Features

  • Get live video / broadcast #501

Changes

  • Change the file format when using filter_locations_file to an ini file format #504

Bug Fixes

  • Fix bug related to search-location when 'lat' or 'lng' are not found #505
  • Handles missing has_anonymous_profile_picture key from response #506