InstaPy / instagram-profilecrawl

📝 quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.
MIT License
1.16k stars 245 forks source link

Fix crawl on verified profiles #151

Closed gabrielsebag closed 5 years ago

gabrielsebag commented 5 years ago

Some profiles have a "Verified" pin on the right of their username. The crawler won't work on them, so I just edited some selectors to make it work again.

(Sorry I made a new pull request because the previous one contained unrelated changes)