Skip to content

[Instagram] metadata user's count fields all showing 0 #9025

@skymatr1x

Description

@skymatr1x

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions