Alexander Graf
1387d396dd
Second Release Candidate for Version 4.2
2018-12-21 22:01:28 +01:00
André Koch-Kramer
4ee867c61b
Implement two-factor authentication
...
Closes #200 .
2018-12-21 21:58:12 +01:00
Alexander Graf
edba6959d9
First Release Candidate for Version 4.2
2018-12-21 17:54:02 +01:00
Alexander Graf
08327c4117
Profile: don't access removed iphone info endpoint
...
Don't access the endpoint that was used to access the HD version of the profile
picture. This addresses #209 .
2018-12-21 17:06:32 +01:00
Alexander Graf
4ab0fea82a
login: print that 2FA is not supported if required
...
2FA support is requested in issue #200 , and also mentioned in #92 .
2018-12-21 16:54:56 +01:00
Alexander Graf
a735b02bac
doc: Add 'versionadded' directives to new features
2018-12-21 14:43:33 +01:00
Stijn Peeters
be5d02ef3b
Location search ( #212 )
...
* Add %location search option
Search for posts for a given location ID using %[location id] as the query
* Document %location search
* Make pylint happy
* Use correct paths for location results
* Fix —help output
Add description of location argument and fix output error for short help.
* Add unit tests for location download
* Add extra unit test for locations
2018-12-17 21:35:31 +01:00
Alexander Graf
1ab9e44104
Update sphinx_autodoc_typehints to version 1.5.2
2018-12-13 16:23:14 +01:00
André Koch-Kramer
6212d22e26
Merge branch 'master' of https://github.com/sushilicious/instaloader into v4.2-dev
2018-12-13 15:53:06 +01:00
André Koch-Kramer
aa859b9f54
Ignore pylint's cyclic-import and unnecessary-pass
2018-12-13 15:29:46 +01:00
sushilicious
ffda2265bd
Added _committed to __init__ to make pylint shut up
2018-12-09 02:12:45 -05:00
sushilicious
e753406a6c
Just in case, check whether picture exists for commit
...
This is in addition to the other commit logic.
2018-12-09 02:12:45 -05:00
sushilicious
30555b576c
Added commit mode
...
The commit mode ensures pictures are not corrupted when Instaloader is
unexpectedly interrupted. In the case that the last picture is corrupted
because of an interruption, Instaloader will redownload the picture.
Since the metadata is the last object saved to disk, we can consider a
post as "committed" if its json metadata file exists and is not
malformed. Instaloader should download any posts which are not
committed. Downside is commit mode requires metadata to be saved.
2018-12-09 02:12:45 -05:00
Alexander Graf
ece0d11915
Release of version 4.1.1
2018-10-07 15:17:51 +02:00
Alexander Graf
41e734e1b8
Fix fast_update in case of no download
...
If Instaloader was called with --fast-update and encountered a post where
nothing has been downloaded because of flags that disable download of certain
types of media, the download was aborted. This behavior is now fixed.
Closes #183 .
2018-10-07 14:59:16 +02:00
Alexander Graf
b7ea0d5953
download_profiles: Check errors only if required
...
Fixes #178 , where with `--profile-pic-only` an error message is printed
(without any further implications) when downloading profile pictures of private
profiles without being logged in.
2018-09-23 10:09:08 +02:00
Alexander Graf
325e89c4b2
Print how many requests were made on 429
2018-09-06 09:17:38 +02:00
Alexander Graf
e248020927
Release of version 4.1
2018-09-02 21:57:20 +02:00
Alexander Graf
5a7b76db31
Merge branch 'v4.1-dev'
2018-09-02 21:56:16 +02:00
Alexander Graf
1a239e17cb
First Release Candidate for Version 4.1
2018-08-31 17:42:59 +02:00
Alexander Graf
bb8749b753
Adjust rate control to current rate limits
2018-08-31 17:17:23 +02:00
Alexander Graf
1f311d3e1e
First Beta Release for Version 4.1
2018-08-31 12:11:43 +02:00
Alexander Graf
862c51fa81
Profile.from_id graphql query is not rate limited
2018-08-30 13:59:46 +02:00
Alexander Graf
cc15cb5857
Cache and reuse profiles for Profile.from_id()
2018-08-30 13:52:16 +02:00
Alexander Graf
18707ee232
docs: Better explanation for is_video
...
Closes #173 .
2018-08-30 10:16:56 +02:00
Alexander Graf
0e534ba519
Use username/:tagged as target for tagged posts
...
Subdirs in profile folders were introduced with --highlights, and moving
:tagged posts there allows to further call instaloader as
instaloader [flags] */
(#154 )
2018-08-30 09:57:42 +02:00
Alexander Graf
084424e856
docs/codesnippets: Link to source tree on github
2018-08-30 09:18:58 +02:00
Alexander Graf
567a04a661
format_filename method to apply filename pattern
2018-08-30 09:13:49 +02:00
Alexander Graf
1394e8e9f5
First Alpha Release for Version 4.1
2018-08-24 12:51:52 +02:00
Alexander Graf
86204d165d
Merge branch 'master' into v4.1-dev
2018-08-24 12:45:12 +02:00
Alexander Graf
d0e2ac4388
docs/install: Suggest pre-release rather than git
2018-08-24 12:42:51 +02:00
Alexander Graf
60d47be2f3
Unit test for Instaloader.get_highlights()
2018-08-24 12:33:28 +02:00
Alexander Graf
f988762cb1
download_profiles: raise_errors parameter
...
With raise_errors=True it behaves like now-deprecated download_profile().
2018-08-24 12:21:45 +02:00
Alexander Graf
b443cc6654
Minor doc fixes and improvements
2018-08-24 11:53:14 +02:00
André Koch-Kramer
584c69d93c
Update docs and docstrings concerning highlights
2018-08-24 00:23:19 +02:00
André Koch-Kramer
cbdd85ef07
Highlights downloadable through CLI
...
By using --highlights all available highlight stories of target profiles
will get downloaded.
Closes #162 .
2018-08-23 23:17:48 +02:00
André Koch-Kramer
2e517e972f
Extend _PostPathFormatter to replace more chars
...
On Windows, all forbidden characters now get replaced with similar
looking unicode chars.
2018-08-23 22:19:08 +02:00
André Koch-Kramer
54572fb1fc
Make the Highlight stuff accept Profile objects
...
download_highlights(), get_highlights() and the Highlight class now
accept and use the owner's Profile rather than creating it themselves.
2018-08-23 22:19:08 +02:00
André Koch-Kramer
158c1433bb
Revert accidental change of comment.id to comment.unique_id
2018-08-23 22:19:08 +02:00
Alexander Graf
43f52198ff
Fix docs building and show Highlights inheritance
2018-08-23 22:19:08 +02:00
André Koch-Kramer
91d5d5f867
Add class and functions for downloading highlights
...
Requested in #162 .
2018-08-23 22:19:08 +02:00
Alexander Graf
0dcc912987
doc: Note new features with versionadded
2018-08-23 17:25:28 +02:00
Alexander Graf
180d398ad7
docs: Exclude sphinx-1.7.7 to fix travis build
2018-08-23 16:14:02 +02:00
Alexander Graf
f262c4347f
Create issue templates
2018-08-23 15:11:09 +02:00
Alexander Graf
b91e73b090
set docs font size to 16px
2018-08-23 14:44:37 +02:00
Alexander Graf
e388a1c966
--no-posts; Deprecate --{profile-pic,stories}-only
2018-08-20 16:29:14 +02:00
Alexander Graf
0f0ac13d72
reorder --help output
2018-08-20 14:27:58 +02:00
Alexander Graf
06b7edd6d5
--no-pictures flag to not download post pictures
...
Closes #131 .
2018-08-20 14:27:58 +02:00
Alexander Graf
5f57345f1b
"instaloader -- -SHORTCODE" to fetch single post
...
Closes #129 .
2018-08-20 14:27:58 +02:00
Alexander Graf
f7e6632f68
Document --tagged{,-only} in docs/cli-options.rst
2018-08-20 10:44:20 +02:00