1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-07 11:42:38 +02:00
Commit Graph

894 Commits

Author SHA1 Message Date
tinyboxvk
3e335984f2
Replace deprecated 'set-output' command (#2261) 2024-05-18 15:44:36 +02:00
Hector Oliveros
98791fb0aa
Add login required message when getting comments (#2237)
The comment function in the command line options documentation and the main program file has been edited to state that it now requires login. This change was crucial as the additional requests to Instagram server made for each post necessitate user authentication.
2024-05-12 18:16:36 +00:00
Henry Mai
1fb98b066a
docs: fix wording and grammar usage (#2203) 2024-03-29 10:20:13 +01:00
Alexander Graf
14f1c3cb82 Release of version 4.11 2024-03-18 08:08:09 +01:00
Alexander Graf
7a36512093 Third release candidate of version 4.11 2024-03-17 21:08:38 +01:00
Alexander Graf
f423aa1507 Update dependencies 2024-03-17 21:04:56 +01:00
Alexander Graf
1875aede82 Merge branch 'master' into upcoming/v4.11 2024-03-17 20:49:37 +01:00
Alexander Graf
2cae933d66 Fix downloading comments
Closes issue #2125 by using an iphone endpoint for posts that have more
than 50 comments.
2024-03-17 20:42:26 +01:00
Alexander Graf
5509ea7daf Update sponsors in README 2024-01-12 08:29:09 +01:00
Alexander Graf
2b594909bb Release of version 4.10.3 2024-01-12 08:15:56 +01:00
Alexander Graf
1852447825 Fix downloading comments
Closes issue #2125 by using an iphone endpoint for posts that have more
than 50 comments.
2024-01-12 08:13:45 +01:00
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
6eea8e6fcd Second release candidate of Version 4.11 2023-12-18 08:08:43 +01:00
Alexander Graf
5166fe691a Merge branch 'master' into upcoming/v4.11 2023-12-18 08:07:43 +01:00
Alexander Graf
9fa01509df Update pipfile.lock dependencies 2023-12-18 08:05:44 +01:00
Alexander Graf
f0420e8a20 Update default user agent 2023-12-18 08:01:06 +01:00
Alexander Graf
7cc13ee08e Add versionadded directives and spacings 2023-12-18 07:58:53 +01:00
Juned Khan
bf396f0e6c
Implemented fix to avoid simuntaneous use of --login and --load-cookies (#2119) 2023-12-18 07:50:45 +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
08bf0fef29 Attempt to fix publish package workflow 2023-11-15 08:02:57 +01:00
Alexander Graf
5efa5b3637 First release candidate of Version 4.11 2023-11-15 07:54:59 +01:00
Alexander Graf
82b46605a2 Add notice of 2FA currently not working 2023-11-15 07:53:45 +01:00
Alexander Graf
f80eebec7a Update default user agent 2023-11-15 07:47:34 +01:00
Juned Khan
5a92f264c8
Load cookies from browser (#2040) 2023-11-15 07:32:18 +01:00
Alexander Graf
acb65b5cca Merge branch 'master' into upcoming/v4.11 2023-10-16 08:54:59 +02: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
Alexander Graf
a3dc75c04e Update all dependencies 2023-10-14 17:31:41 +02:00
sczerniawski
e48251e75e
Fix crash related to --latest-stamps (#2056) 2023-09-18 08:15:35 +02:00
ybenel
3ebfe40729
Get comment likes (#1998) 2023-07-17 08:09:20 +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