--latest-stamps, like --fast-update, but without the need to keep downloaded files (#1131)

Adds the --latest-stamps command line option, pointing to a file where
the latest time each profile was scraped. On the next run, only posts
newer than that time are downloaded.

Fixes #1122.
This commit is contained in:
Eduardo Kalinowski
2021-05-27 13:22:33 -03:00
committed by GitHub
parent 5345470ebf
commit d142fb70b0
8 changed files with 327 additions and 45 deletions

View File

@@ -84,3 +84,9 @@ Loading and Saving
.. autofunction:: get_json_structure
.. autofunction:: save_structure_to_file
LatestStamps
""""""""""""
.. autoclass:: LatestStamps
:no-show-inheritance: