bbolli / tumblr-utils

Utilities for dealing with Tumblr blogs, Tumblr backup
GNU General Public License v3.0
667 stars 124 forks source link

tumblr_backup: Stop if API responses stop making forward progress #219

Closed cebtenzzre closed 1 year ago

cebtenzzre commented 3 years ago

When backing up likes, the API repeats responses past offset=1000. Inspect _links and stop if the "before" parameter fails to change.

Fixes #217