Revert "[tumblr] add option to sort photosets by upload order"

This reverts commit 4a26ae32df.
This commit is contained in:
Mike Fährmann
2018-04-09 16:08:08 +02:00
parent 48a83a89e9
commit a1fa4b43b0
3 changed files with 1 additions and 27 deletions

View File

@@ -587,18 +587,6 @@ 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,8 +102,7 @@
"external": false,
"inline": false,
"posts": "photo",
"reblogs": true,
"sort": false
"reblogs": true
}
},