BREAKING CHANGES:
download_geotags
anddownload_comments
ininstaloader.Instaloader()
now default toFalse
rather thanTrue
.- Require Python>=3.6 (drop support for Python 3.5)
Further changes:
- Improve efficiency when re-downloading targets
- Support resuming of comments download
- Add flag
--abort-on
to abort and save resume information on HTTP errors (#920),
e.g, with--abort-on=302,400,429
, Instaloader will stop if a request is responded with a 302 redirect, a Bad Request error, or a Too Many Requests error. - Add property
title
to Post (#745, #969, #976) - Update default user agent to Chrome/89
- Minor improvements to error handling
- Update dependencies regarding Windows 10 standalone EXE
Thanks to @17it151tejaschauhan for contributing to this release!