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
..
2018-08-24 11:53:14 +02:00
2018-06-13 08:39:29 +02:00
2018-08-24 11:53:14 +02:00
2018-09-02 21:56:16 +02:00
2018-12-09 02:12:45 -05:00
2018-03-14 19:41:20 +01:00
2018-08-24 11:53:14 +02:00
2018-03-14 23:08:04 +01:00
2018-03-14 22:14:24 +01:00
2018-03-14 19:41:20 +01:00
2018-03-14 22:14:24 +01:00

Instaloader Documentation

This directory contains sources for the Instaloader documentation.

The documentation is hosted at: https://instaloader.github.io/

Build

The documentation is created with Sphinx. To build it, use

pip3 install -r requirements.txt
make html