[instagram] add 'order-posts' option (#4017, #3993)

This commit is contained in:
Mike Fährmann
2023-05-18 22:50:04 +02:00
parent d680623db3
commit a83983c651
3 changed files with 33 additions and 2 deletions

View File

@@ -1834,6 +1834,24 @@ Description
To enumerate files in reverse order, use ``count - num + 1``.
extractor.instagram.order-posts
-------------------------------
Type
``string``
Default
``"asc"``
Description
Controls the order in which posts are returned.
* ``"asc"``: Same order as displayed
* ``"desc"``: Reverse order as displayed
* ``"id"`` or ``"id_asc"``: Ascending order by ID
* ``"id_desc"``: Descending order by ID
* ``"reverse"``: Same as ``"desc"``
Note: This option only affects ``highlights``.
extractor.instagram.previews
----------------------------
Type