Tags: Adin-Alihodzic/InstaPy
Tags
Merge pull request InstaPy#4425 from ishandutta2007/bug_not_able_to_c… …omment_4409 Bug: fixing commenting issue InstaPy#4409
Merge pull request InstaPy#4308 from ishandutta2007/fix_pods catch exception for each post separately
Merge pull request InstaPy#4270 from CharlesCCC/2019-4-5-Split-SQLite-DB split sq lite db by username
Merge pull request InstaPy#4249 from timgrossmann/dev release Version 0.4.0
Update to new release (InstaPy#4162) * Update __init__.py * Update CHANGELOG.md
Hot fix problems with browser abstraction class (InstaPy#4144) * Update browser.py * Update like_util.py * Update __init__.py
removed retry decorator (InstaPy#4139) * removed retry decorator * Update __init__.py * Update like_util.py
Merge pull request InstaPy#4136 from timgrossmann/dev InstaPy 0.3.0
Solution for the 'Log in' text error due an A/B test (InstaPy#4066) * Update login_util.py Detect an alternative 'Log In' button if the regular 'Log in' is not found. * Update login_util.py Tested multiple times for creating cookies, it succeeds when the A/B test is present. * Update login_util.py Exception catched properly * Simplified search of the login button Now we simply use "//div" for searching the login button while creating a cookie. If the cookie needs to be refreshed, we use "//a" Tested with a new account without previous cookie, and with an account with a changed password that needs to refresh the cookie. * Update CHANGELOG.md * Update __init__.py
PreviousNext