1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-02 09:52:58 +02:00
Commit Graph

909 Commits

Author SHA1 Message Date
Alexander Graf
36d9f66e8e Release of Version 4.12 2024-06-29 19:20:24 +02:00
Alexander Graf
5e04063002 Merge branch 'master' into upcoming/v4.12 2024-06-29 19:19:30 +02:00
Alexander Graf
76e8154b58 Release of Version 4.11.1 2024-06-29 19:13:16 +02:00
Alexander Graf
4a969882b5 Produce more verbose HTTP error messages 2024-06-29 17:52:12 +02:00
Alexander Graf
dc1eb2b193 Catch KeyboardInterrupt when asking for password 2024-05-30 10:22:45 +02:00
Alexander Graf
2a95589a1d Fix checkpoint URL output 2024-05-30 10:15:46 +02:00
Eduardo M KALINOWSKI
0c7398882b Detect errors when checking if the user is logged in 2024-05-30 08:04:51 +00:00
tinyboxvk
3b705fe5d1
Update actions versions (#2260)
Fix GitHub Actions Node.js deprecation warnings.

Use actions/setup-python cache where appropriate.
2024-05-20 20:07:44 +02:00
Alexander Graf
3ac790d30f Fix actions/stale 'leave open' handling 2024-05-20 09:50:48 +02:00
Alexander Graf
fbfcd5df18 Close stale issues as "not planned"
Fixes #2168.
2024-05-18 16:32:35 +02:00
Alexander Graf
b44a006344 Replace deprecated 'set-output' command in packages workflow 2024-05-18 16:17:59 +02:00
Eduardo Kalinowski
253144203b
Download stories when --load-cookies is used (#2263) 2024-05-18 16:13:44 +02:00
Eduardo Kalinowski
7d0e46798e
Add support for more browsers (#2258) 2024-05-18 16:11:12 +02:00
Alexander Graf
fd8245a216 Fix workflow that deploys the documentation 2024-05-18 15:54:38 +02:00
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
Eduardo Kalinowski
65b12d650c
Use different exit codes for different failures (#2243) 2024-05-12 18:10:23 +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