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
..
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-12-17 21:35:31 +01:00
2018-12-17 21:35:31 +01:00
2018-03-14 19:41:20 +01:00
2018-12-17 21:35:31 +01: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