Releases: RobertGrubb/insta-scraper
Releases · RobertGrubb/insta-scraper
Necessary Headers
- Added x-csrftoken to the headers array. Instagram does not like it when it's missing.
Check for ERROR CODE 429
- Error code 429 has been popping up a lot lately, the scraper will now return a specific error in this case.
Proxy Support
You can now use a proxy via $InstaScraper->setProxy(array $config)
Update User Agent
Update version of chrome the user agent is using.
Headers for every request
generateHeaders is now used in all requests whether it is session'd or not.
Comments Count Fix
v1.20 Comment fixes due to response structure change
Fix getMediaWithTag comparison
Fix includes transforming caption and tag to lower case before comparing to make it case insensitive.
Rollback
v1.18 Rollback
Emergency Fix
v1.17 Emergency fix
Fix issues
v1.16 Fix issues