[tumblr] change 'reblogs' option (#103)

- rename "deleted" to "same-blog"
- change test for deleted original post to test if
  original post owner has the same UUID (full blog name) as the one
  being downloaded from
- add 'blog[uuid]' metadata to allow comparison with
  'reblogged_from_uuid'
This commit is contained in:
Mike Fährmann
2018-09-10 15:40:25 +02:00
parent f1695567e8
commit 7742cf8601
2 changed files with 11 additions and 15 deletions

View File

@@ -625,9 +625,8 @@ Type ``bool`` or ``string``
Default ``true``
Description * ``true``: Extract media from reblogged posts
* ``false``: Skip reblogged posts
* ``"deleted"``: Skip reblogged posts, but download from them
anyway if the parent post has been deleted
(requires 1 additional API request per reblogged post)
* ``"same-blog"``: Skip reblogged posts unless the original post
is from the same blog
=========== =====