[tumblr] add option to sort photosets by upload order

This commit is contained in:
Mike Fährmann
2018-04-07 15:57:55 +02:00
parent 6b72be8ee6
commit 4a26ae32df
3 changed files with 27 additions and 1 deletions

View File

@@ -587,6 +587,18 @@ Description Extract images from reblogged posts.
=========== =====
extractor.tumblr.sort
---------------------
=========== =====
Type ``bool``
Default ``false``
Description Sort photos of a Photoset according to their original upload order.
Otherwise these photos will be returned in the order the blog owner
arranged them in.
=========== =====
extractor.tumblr.posts
----------------------
=========== =====

View File

@@ -102,7 +102,8 @@
"external": false,
"inline": false,
"posts": "photo",
"reblogs": true
"reblogs": true,
"sort": false
}
},