1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-10-05 14:57:08 +02:00
instaloader/instaloader
Eduardo Kalinowski da0dcb106c
Handle pinned posts with --fast-update and --latest-stamps (#1586)
Instead of hard-coding a check for pinned items when storing the first
item, allows the creater of NodeIterator to specify how the comparison
should be made.

This also allows storing the newest post (whatever it's status is),
instead of simply storing the newst non-pinned post, which prevents
redownloads in case a user adds only a pinned post between runs.
2022-07-04 20:02:41 +02:00
..
__init__.py Release of Version 4.9.1 2022-06-08 18:13:38 +02:00
__main__.py Add --sanitize-paths option (#1452) 2022-03-17 15:27:36 +01:00
exceptions.py Make iPhone endpoint query optional (#1076) 2021-04-22 20:06:35 +02:00
instaloader.py Handle pinned posts with --fast-update and --latest-stamps (#1586) 2022-07-04 20:02:41 +02:00
instaloadercontext.py Update default user agent string 2021-08-10 09:25:00 +02:00
lateststamps.py --latest-stamps, like --fast-update, but without the need to keep downloaded files (#1131) 2021-05-27 18:22:33 +02:00
nodeiterator.py Handle pinned posts with --fast-update and --latest-stamps (#1586) 2022-07-04 20:02:41 +02:00
py.typed Advertise PEP 561 compliance 2020-11-19 10:32:46 +01:00
sectioniterator.py Fix download of hashtags and locations 2021-11-12 21:33:48 +01:00
structures.py Handle pinned posts with --fast-update and --latest-stamps (#1586) 2022-07-04 20:02:41 +02:00