Eduardo Kalinowski
baaa2c2998
Add myself to AUTHORS.md ( #2160 )
2024-01-08 12:15:13 +01:00
Eduardo Kalinowski
47235bf2b8
Change pinned post detection, fixes #2142 ( #2147 )
...
The property that indicated whether a post is pinned is not available
anymore. As a workaround, the first five posts are treated differently
(as pinned posts were): if they were already downloaded, they are
skipped, but they do not cause the iteration to stop.
2024-01-08 07:46:27 +01:00
Alexander Graf
39566735f7
Release of version 4.10.2
2023-12-09 17:59:08 +01:00
Alexander Graf
fff25d6f4a
Remove unnecessary do_sleep()
2023-12-09 17:58:40 +01:00
LostXOR
b52547ea1c
Fix 403 during login due to incorrect login endpoint and CSRF token location ( #2133 )
2023-12-09 17:56:21 +01:00
Alexander Graf
51a16a433e
Release of version 4.10.1
2023-10-16 08:27:46 +02:00
Alexander Graf
6145c5b383
Temporarily disable lint check on python 3.11
...
It fails due to a problem with installing dependencies, which is already
fixed in a3dc75c04e
.
2023-10-16 08:26:10 +02:00
LostXOR
8bc35cf3a1
Fixed error when trying to log in due to changes by Instagram ( #2088 )
2023-10-16 08:23:25 +02:00
sczerniawski
e48251e75e
Fix crash related to --latest-stamps ( #2056 )
2023-09-18 08:15:35 +02:00
Alexander Graf
ebdc5f1557
Release of Version 4.10
2023-07-10 07:18:05 +02:00
Alexander Graf
4c6a184390
Merge branch 'master' into upcoming/v4.10
2023-07-10 07:15:36 +02:00
ybenel
ed9ca62a48
Get Followed Hashtags ( #1967 )
2023-05-24 07:32:47 +02:00
Alexander Graf
99c3960ad4
NodeIterator: Support single page data
2023-05-15 07:37:34 +02:00
Eduardo Kalinowski
14124b617e
Log the response when an abort status is received ( #1901 )
2023-05-10 07:19:53 +02:00
Alexander Graf
b40a5aa243
resumable_iterator: catch EOFError when loading resume file
...
Fixes #1905 .
2023-05-02 09:48:02 +02:00
Alexander Graf
cc8c9ff883
README: Add new sponsor
2023-04-25 07:33:37 +02:00
Alexander Graf
75d3ab69d1
First Beta Release for Version 4.10
2023-04-19 07:58:14 +02:00
Alexander Graf
79820bb442
Merge branch 'master' into upcoming/v4.10
2023-04-08 07:29:13 +02:00
Alexander Graf
f70a7eb4db
README: remove travis badge
2023-04-02 12:48:40 +02:00
Eduardo Kalinowski
2dca99b89e
Abort the download when redirected to login ( #1900 )
...
Abort the download when redirected to login (fixes #1882 )
2023-03-30 18:51:27 +02:00
master131
1074a74a59
Update iOS version headers
2023-03-30 18:42:45 +02:00
Alexander Graf
aa59683bd1
update CI dependencies, require Python>=3.8
2023-03-30 18:35:42 +02:00
Alexander Graf
6a3d763cf3
Release of Version 4.9.6
2023-02-11 13:21:07 +01:00
SayanthD
e2d42807a2
Fixed downloading with location id
2023-02-11 13:13:27 +01:00
Eduardo M KALINOWSKI
d07bd6a096
Detect redirects to https://i.instagram.com/accounts/login
2023-02-11 13:00:52 +01:00
Alexander Graf
0462d5c34a
update CI dependencies, require Python>=3.8
2023-02-11 12:45:38 +01:00
master131
1db182ec27
Update UA and enhance headers for iOS struct ( #1744 )
2022-10-05 20:11:54 +02:00
Alexander Graf
d09493e669
Merge branch 'master' into upcoming/v4.10
2022-10-05 20:02:51 +02:00
Alexander Graf
3cc29a4ceb
Release of Version 4.9.5
2022-09-26 21:38:51 +02:00
ILikeToCode
ffb0aea5eb
Fixed downloading hashtags ( #1749 )
2022-09-26 21:37:02 +02:00
Alexander Graf
84bb60c155
Release of Version 4.9.4
2022-09-16 20:58:52 +02:00
fireattack
7857909886
Handle empty video resource in some old stories in highlights ( #1732 )
2022-09-16 20:56:01 +02:00
Alexander Graf
2206a7e5d7
Add new sponsor to README.rst
...
We are proud to announce @socialmethod as our new sponsor.
2022-09-16 19:03:24 +02:00
Alexander Graf
f1b5e9cdf1
Increase stale period for pull requests and issues
2022-09-07 21:09:46 +02:00
Eduardo Kalinowski
8debcbb7ab
Fixes incorrect latest stamp when download is resumed ( #1717 )
2022-09-07 21:01:48 +02:00
Alexander Graf
e97fd8a27c
Release of Version 4.9.3
2022-08-11 20:00:42 +02:00
fireattack
7f9d1618ad
Use api/v1/feed/reels_media endpoint to get story info ( #1675 )
2022-08-11 19:59:02 +02:00
fireattack
6a42906697
don't try to call iPhone api when comparing profile_pic URL ( #1681 )
2022-08-11 19:56:52 +02:00
MiguelX413
0570dd71d6
Add Profile.biography_hashtags, .biography_mentions, StoryItem.caption, .caption_hashtags, .caption_mentions, and .pcaption
2022-07-23 16:49:36 +02:00
MiguelX413
fb14c2699e
Make profile biographies be unicode normalized
2022-07-23 16:49:36 +02:00
MiguelX413
8784ac7d9b
Fix and globalize regex
2022-07-23 16:49:36 +02:00
fireattack
4bb32e3c5a
write caption in text mode ( #1632 )
2022-07-14 21:00:24 +02:00
Alexander Graf
5e232fd4f5
Release of Version 4.9.2
2022-07-04 20:18:22 +02:00
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
MiguelX413
0c21da8c18
Improve typing syntax and type NamedTuples ( #1610 )
...
* Change to PEP 526 typing syntax
* Change from collections.namedtuple to typing.NamedTuple
2022-07-04 20:00:07 +02:00
Marco Volpato
9b928b4679
Add save and load session from dict ( #1591 )
2022-06-23 20:53:52 +02:00
Alexander Graf
8649a10113
docs: fix link to requests intersphinx inventory
2022-06-23 20:50:05 +02:00
Alexander Graf
d406de4f35
docs: fix link to requests intersphinx inventory
2022-06-23 20:43:53 +02:00
Ziemowit Zabawa
2d37e1dca2
Make docs explicit about importing multiple argument files ( #1548 )
2022-06-16 10:25:43 +02:00
fireattack
37cbc5d72d
Handle StoryImage in StoryItem.url ( #1558 )
2022-06-16 10:18:59 +02:00