-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
v1.31.6 no longer retrieve user's count_ metadata whether as info.json or --write-metadata for downloaded files:
"count_media": 0,
"count_video": 0,
"count_saved": 0,
"count_mutual": 0,
"count_follow": 0,
"count_followed": 0,
"count_collection": 0,
"category": "instagram",
"subcategory": "info"
"count_media": 0,
"count_video": 0,
"count_saved": 0,
"count_mutual": 0,
"count_follow": 0,
"count_followed": 0,
"count_collection": 0
i assume this is due to using cache user profile results to fix the 429 issue, could using cache be a fallback when user profile lookup returns error rather than it being the default? or is there a way to utilize cache results while still retrieve these metadata?
Reactions are currently unavailable