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?
v1.31.6 no longer retrieve user's
count_metadata whether asinfo.jsonor--write-metadatafor downloaded files: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?