[instagram] add 'user-cache' option (#8978 #9025)

This commit is contained in:
Mike Fährmann
2026-02-10 11:54:39 +01:00
parent ace8c50278
commit a8376f2804
3 changed files with 56 additions and 36 deletions

View File

@@ -3865,6 +3865,22 @@ Description
Download video previews.
extractor.instagram.user-cache
------------------------------
Type
* ``bool``
* ``string``
Default
``"disk"``
Description
Selects how to cache user profile data.
``true`` | ``"disk"``
Cache user data on disk
``false`` | ``"memory"``
Cache user data in memory
extractor.instagram.videos
--------------------------
Type

View File

@@ -474,6 +474,7 @@
"order-files": "asc",
"order-posts": "asc",
"previews" : false,
"user-cache" : "disk",
"videos" : true,
"warn-images": true,
"warn-videos": true,