Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'NoneType' object is not iterable when downloading instagram posts from a profile #6595

Closed
fireattack opened this issue Dec 3, 2024 · 5 comments

Comments

@fireattack
Copy link
Contributor

fireattack commented Dec 3, 2024

This happens from time to time, can't be reproduced reliably. Probably some weird response from the server that wasn't handled properly.

Using python 3.11 and gallery-dl source/master from a few days ago.

code gist:

from gallery_dl import config, exception, job, output

output.initialize_logging(logging.DEBUG)

'''(...some unrelated changes to config...)'''

job = job.DownloadJob("https://www.instagram.com/fruits_zipper/")
job.run()
[urllib3.connectionpool][debug] https://instagram.fhkg1-2.fna.fbcdn.net:443 "GET /v/t51.29350-15/306484339_505043044793228_7927676318165451687_n.jpg?stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi41MjB4NTIwLnNkci5mMjkzNTAuZGVmYXVsdF9pbWFnZSJ9&_nc_ht=instagram.fhkg1-2.fna.fbcdn.net&_nc_cat=108&_nc_ohc=7SPozbveK6QQ7kNvgGbsyjN&_nc_gid=448c0e003351487f8c5efbdf71f65261&edm=ABmJApABAAAA&ccb=7-5&ig_cache_key=MjkyNzExMDQ1MDc4MTIxODc5Mw%3D%3D.3-ccb7-5&oh=00_AYD5FHRi9WcG7sH56TsJjeKCYdhxM2TY4ugD2xxklmyC1A&oe=6754616B&_nc_sid=b41fef HTTP/1.1" 200 39858
G:\{masked}\fruits_zipper\220914_fruits_zipper_CifL3JNJefp.jpg
[instagram][debug] Cursor: 2927110450781218793_50858602636
[instagram][debug] Sleeping 3.79 seconds (request)
[urllib3.connectionpool][debug] https://www.instagram.com:443 "GET /api/v1/feed/user/50858602636/?count=30&max_id=2927110450781218793_50858602636 HTTP/1.1" 200 44551
[instagram][error] An unexpected error occurred: TypeError - 'NoneType' object is not iterable. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[instagram][debug]
Traceback (most recent call last):
  File "C:\Users\ikena\AppData\Local\Programs\Python\Python311\Lib\site-packages\gallery_dl\job.py", line 151, in run
    for msg in extractor:
  File "C:\Users\ikena\AppData\Local\Programs\Python\Python311\Lib\site-packages\gallery_dl\extractor\instagram.py", line 75, in items
    post = self._parse_post_rest(post)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ikena\AppData\Local\Programs\Python\Python311\Lib\site-packages\gallery_dl\extractor\instagram.py", line 223, in _parse_post_rest
    for num, item in enumerate(items, 1):
                     ^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not iterable
[instagram][info] Use '-o cursor=2927110450781218793_50858602636' to continue downloading from the current position
@mikf
Copy link
Owner

mikf commented Dec 3, 2024

This exception should be fixed in f967247, but it is now just ignoring "empty" posts. Is this good enough? should it emit a warning?

@Hrxn
Copy link
Contributor

Hrxn commented Dec 3, 2024

+1 for warning

@fireattack
Copy link
Contributor Author

I'd argue it should even be fatal, considering you probably will miss the media if this happens. Just with better log/ouput.

@Hrxn
Copy link
Contributor

Hrxn commented Dec 3, 2024

btw, what is the underlying cause for those 'empty' entries from IG?
Is this normal? Or just their API acting up, delivering wrong responses, sometimes?

@mikf
Copy link
Owner

mikf commented Dec 4, 2024

So I took another look at this and found that all(?) posts now have a carousel_media entry, which is set to null/None when there's only a single image, causing the reported exception and bug in gallery-dl.

if "carousel_media" in post:
items = post["carousel_media"]

JSON example post
    {
      "taken_at": 1724402185,
      "pk": "3440857382711208477",
      "id": "3440857382711208477_50858602636",
      "is_reel_media": null,
      "fbid": "18102038836437628",
      "device_timestamp": 1724401876885717,
      "caption_is_edited": false,
      "is_funded_deal": null,
      "is_post_live": null,
      "strong_id__": "3440857382711208477_50858602636",
      "has_bc_violation": null,
      "visibility": null,
      "deleted_reason": 0,
      "has_shared_to_fb": 0,
      "audience": null,
      "subscription_media_visibility": null,
      "expiring_at": null,
      "attribution": null,
      "explore_demotion_control": null,
      "organic_cta_type": null,
      "has_delayed_metadata": false,
      "ranking_weight": null,
      "ranked_at": null,
      "client_cache_expiration_ts": null,
      "is_eof": null,
      "feed_delivery_parameters": null,
      "mezql_token": "",
      "algorithm": null,
      "connection_id": null,
      "is_music_only_story": null,
      "share_count_disabled": false,
      "client_context": null,
      "is_visual_reply_commenter_notice_enabled": true,
      "media_level_comment_controls": null,
      "like_and_view_counts_disabled": false,
      "log_time": null,
      "is_post_live_clips_media": false,
      "can_modify_carousel": null,
      "dynamic_ad_carousel_card_starting_index": null,
      "is_quiet_post": false,
      "profile_grid_thumbnail_fitting_style": "UNSET",
      "comment_threading_enabled": true,
      "is_unified_video": false,
      "commerciality_status": "not_commercial",
      "imported_taken_at": null,
      "caption_position": null,
      "share_to_friends_story_producer_attribution": null,
      "is_terminal_video_segment": null,
      "client_cache_key": "MzQ0MDg1NzM4MjcxMTIwODQ3Nw==.3",
      "timezone_offset": null,
      "integrity_review_decision": "pending",
      "contextual_ads_info": null,
      "highlight_post_metadata": null,
      "repost_info": null,
      "should_request_ads": false,
      "is_reshare_of_text_post_app_media_in_ig": false,
      "segmented_video_group_id": null,
      "is_sidecar_child": null,
      "has_privately_liked": false,
      "soft_deleted_at": null,
      "filter_type": 0,
      "archived_media_timestamp": null,
      "usertags": {
        "in": [
          {
            "duration_in_video_in_sec": null,
            "position": [
              0.7955894567,
              0.262751391
            ],
            "start_time_in_video_in_sec": null,
            "categories": null,
            "show_category_of_user": null,
            "user": {
              "pk": "1415654687",
              "pk_id": "1415654687",
              "id": "1415654687",
              "username": "manafy_baby",
              "full_name": "真中まな(FRUITS ZIPPER)",
              "is_private": false,
              "coeff_weight": null,
              "is_active": null,
              "has_onboarded_to_text_post_app": null,
              "strong_id__": "1415654687",
              "social_context": null,
              "is_verified": false,
              "profile_pic_id": "3307284145087767330_1415654687",
              "profile_pic_url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/429197757_261974920280835_4654383974260585612_n.jpg?stp=dst-jpg_s150x150&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=103&_nc_ohc=T1OJ7qMtAykQ7kNvgE-VsfT&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYBb26BWF8exSno47ImJRsXSw0AYlIxtaCN3I9mqd17rFA&oe=67566C85&_nc_sid=b41fef"
            }
          },
          {
            "duration_in_video_in_sec": null,
            "position": [
              0.2773536896,
              0.9820183266
            ],
            "start_time_in_video_in_sec": null,
            "categories": null,
            "show_category_of_user": null,
            "user": {
              "pk": "2197600227",
              "pk_id": "2197600227",
              "id": "2197600227",
              "username": "__matsumotokaren",
              "full_name": "松本かれん( FRUITS ZIPPER )",
              "is_private": false,
              "coeff_weight": null,
              "is_active": null,
              "has_onboarded_to_text_post_app": null,
              "strong_id__": "2197600227",
              "social_context": null,
              "is_verified": true,
              "profile_pic_id": "3197243708494691486_2197600227",
              "profile_pic_url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/381205442_353055493735988_2380994700605121281_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=ftQnPjdw1QgQ7kNvgGukeZs&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYDmP-pykWwclNqVXGeOf5SRwn9Uo_KeSUboikR35hNqSg&oe=67565BE3&_nc_sid=b41fef"
            }
          },
          {
            "duration_in_video_in_sec": null,
            "position": [
              0.5275657337,
              0.2885466189
            ],
            "start_time_in_video_in_sec": null,
            "categories": null,
            "show_category_of_user": null,
            "user": {
              "pk": "2533024967",
              "pk_id": "2533024967",
              "id": "2533024967",
              "username": "tarasuzuka24",
              "full_name": "Suzuka    鎮西 寿々歌",
              "is_private": false,
              "coeff_weight": null,
              "is_active": null,
              "has_onboarded_to_text_post_app": null,
              "strong_id__": "2533024967",
              "social_context": null,
              "is_verified": true,
              "profile_pic_id": "2924289743030354884_2533024967",
              "profile_pic_url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/306039351_121738327308597_8303112767393621059_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=CuecXy2enA8Q7kNvgGiUSUv&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYDLV9ZSV2nEAZJa038yjdzLhhodHC0C7CTIyULA7pOLgg&oe=67564F1A&_nc_sid=b41fef"
            }
          },
          {
            "duration_in_video_in_sec": null,
            "position": [
              0.8193384224,
              0.5932902413000001
            ],
            "start_time_in_video_in_sec": null,
            "categories": null,
            "show_category_of_user": null,
            "user": {
              "pk": "5932322515",
              "pk_id": "5932322515",
              "id": "5932322515",
              "username": "am1026_official",
              "full_name": "月足天音",
              "is_private": false,
              "coeff_weight": null,
              "is_active": null,
              "has_onboarded_to_text_post_app": null,
              "strong_id__": "5932322515",
              "social_context": null,
              "is_verified": true,
              "profile_pic_id": "3256812612335907637_5932322515",
              "profile_pic_url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/410446822_268062022934451_2916878466106393280_n.jpg?stp=dst-jpg_s150x150&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=ocMgJHvlZBgQ7kNvgGArwG7&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYDFWbNC-8bn2jkiMf_aFJmdbsZ_b0gRyB9aE--7I7qEDA&oe=67565046&_nc_sid=b41fef"
            }
          },
          {
            "duration_in_video_in_sec": null,
            "position": [
              0.1162001438,
              0.652679236
            ],
            "start_time_in_video_in_sec": null,
            "categories": null,
            "show_category_of_user": null,
            "user": {
              "pk": "6310279741",
              "pk_id": "6310279741",
              "id": "6310279741",
              "username": "luna_7373",
              "full_name": "Luna 仲川瑠夏",
              "is_private": false,
              "coeff_weight": null,
              "is_active": null,
              "has_onboarded_to_text_post_app": null,
              "strong_id__": "6310279741",
              "social_context": null,
              "is_verified": false,
              "profile_pic_id": "3423605971921467992_6310279741",
              "profile_pic_url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/453365662_1026525365755753_5264761899579881660_n.jpg?stp=dst-jpg_s150x150&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=8vdlGYilWGEQ7kNvgETq7zr&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYAFGT0h7EZiotCJS_0bpaHyIFa2dHuYeU5XmAW6fqD3Og&oe=67565D7B&_nc_sid=b41fef"
            }
          },
          {
            "duration_in_video_in_sec": null,
            "position": [
              0.7777777778,
              0.9820183266
            ],
            "start_time_in_video_in_sec": null,
            "categories": null,
            "show_category_of_user": null,
            "user": {
              "pk": "15199071576",
              "pk_id": "15199071576",
              "id": "15199071576",
              "username": "yui.sakurai_7",
              "full_name": "櫻井優衣",
              "is_private": false,
              "coeff_weight": null,
              "is_active": null,
              "has_onboarded_to_text_post_app": null,
              "strong_id__": "15199071576",
              "social_context": null,
              "is_verified": false,
              "profile_pic_id": "3284406590399841259_15199071576",
              "profile_pic_url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/420142251_1117276842799374_6719028613810953322_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=ReuEjx0sZmoQ7kNvgEfieHt&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYAvl2Ta6wpYqvNMjGMuPRiJzsDg2dHgC1d0A6MnQIjNPA&oe=6756512C&_nc_sid=b41fef"
            }
          },
          {
            "duration_in_video_in_sec": null,
            "position": [
              0.15776081420000002,
              0.2285577168
            ],
            "start_time_in_video_in_sec": null,
            "categories": null,
            "show_category_of_user": null,
            "user": {
              "pk": "25289688144",
              "pk_id": "25289688144",
              "id": "25289688144",
              "username": "noel_hayase",
              "full_name": "早瀬ノエル",
              "is_private": false,
              "coeff_weight": null,
              "is_active": null,
              "has_onboarded_to_text_post_app": null,
              "strong_id__": "25289688144",
              "social_context": null,
              "is_verified": true,
              "profile_pic_id": "3502716753055029020_25289688144",
              "profile_pic_url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/467186032_28481848674747974_4434118522462872379_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=fwdWl1wTYbsQ7kNvgEvHDEk&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYBjqHacISerAmk4r69l2Do4yFumBmxWkw6YF_YOQcIVow&oe=6756518C&_nc_sid=b41fef"
            }
          }
        ]
      },
      "photo_of_you": false,
      "can_see_insights_as_brand": false,
      "post_impression_count": null,
      "media_type": 1,
      "code": "C_AYY8jSCod",
      "ig_iab_post_click_data": null,
      "caption": {
        "background_color": null,
        "bit_flags": 0,
        "created_at": 1724402186,
        "created_at_utc": 1724402186,
        "did_report_as_spam": false,
        "is_ranked_comment": false,
        "pk": "18102038839437628",
        "share_enabled": false,
        "text_size": null,
        "background_color_alpha": null,
        "content_type": "comment",
        "media_id": "3440857382711208477",
        "status": "Active",
        "text_color": null,
        "type": 1,
        "user_id": "50858602636",
        "strong_id__": "18102038839437628",
        "has_translation": true,
        "mention_user_list": null,
        "text": "✨🍫 NEW OKASHI PROJECT🍫 ✨\n\nFRUITS ZIPPERが「 #明治おかし大使」に就任いたしました‼️\n\n“ハレの日”をこれまで以上に特別で楽しい時間となるよう\nFRUITS ZIPPERが明治さんと一緒に\n世界中に「おいしい、楽しい、カワイイ!」\nを届けてまいります💌🩷🩵💚🧡❤️💛💜\n\n#FRUITSZIPPER #ふるっぱー\n#フルーツジッパー \n#チョコレート大作戦",
        "user": {
          "pk": "50858602636",
          "pk_id": "50858602636",
          "id": "50858602636",
          "username": "fruits_zipper",
          "full_name": "FRUITS ZIPPER【Official】",
          "is_private": false,
          "coeff_weight": null,
          "is_active": null,
          "is_unpublished": false,
          "has_onboarded_to_text_post_app": null,
          "strong_id__": "50858602636",
          "fbid_v2": "17841450719107325",
          "social_context": null,
          "is_verified": false,
          "profile_pic_id": "2772971864270886554_50858602636",
          "profile_pic_url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/273933818_900047294013546_3844645226419880908_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=AQXRV7Su9h4Q7kNvgFApN3C&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYAH6k1p-rI3EurgsxUmALw993_yA-BA99awy9LKYWdsow&oe=67563E77&_nc_sid=b41fef"
        },
        "fb_mentioned_users": null,
        "is_covered": false,
        "mentioned_users": null,
        "private_reply_status": 0,
        "text_translation": null
      },
      "fundraiser_tag": null,
      "is_internal_only": null,
      "media_notice": null,
      "media_prompt_data": null,
      "sharing_friction_info": {
        "bloks_app_url": null,
        "should_have_sharing_friction": false,
        "sharing_friction_payload": null
      },
      "text_sticker_content": null,
      "timeline_pinned_user_ids": [
        50858602636
      ],
      "xpost_deny_reason": null,
      "xpost_deny_reason_enum": null,
      "threads_xpost_deny_reason": null,
      "view_count": null,
      "play_count": null,
      "content_views_count": null,
      "has_views_fetching": true,
      "fb_play_count": null,
      "ig_play_count": null,
      "has_translation": null,
      "accessibility_caption": "Photo shared by FRUITS ZIPPER【Official】 on August 23, 2024 tagging @manafy_baby, @__matsumotokaren, @tarasuzuka24, @am1026_official, @luna_7373, @yui.sakurai_7, and @noel_hayase. Keine Fotobeschreibung verfügbar..",
      "content_scheduling_metadata": null,
      "media_appreciation_settings": null,
      "original_media_has_visual_reply_media": false,
      "organic_post_id": null,
      "sponsor_tags": null,
      "media_gating_info": null,
      "creator_viewer_insights": null,
      "recipe_sheet_info": null,
      "lumen_logging_info": null,
      "display_uri": null,
      "fb_user_tags": {
        "in": []
      },
      "upcoming_event": null,
      "coauthor_producers": [],
      "coauthor_producer_can_see_organic_insights": false,
      "invited_coauthor_producers": [],
      "previous_submitter": null,
      "all_previous_submitters": null,
      "is_dismiss_pending_media_banner": null,
      "mashup_info": null,
      "visual_replies_info": null,
      "gating": null,
      "preview": null,
      "media_overlay_info": null,
      "is_in_profile_grid": false,
      "profile_grid_control_enabled": false,
      "highlights_info": null,
      "igtv_series_info": null,
      "media_cropping_info": null,
      "title": null,
      "branded_content_ads_boost_post_tokens": null,
      "user": {
        "allowed_commenter_type": null,
        "coeff_weight": null,
        "fbid_v2": "17841450719107325",
        "feed_post_reshare_disabled": false,
        "full_name": "FRUITS ZIPPER【Official】",
        "has_onboarded_to_text_post_app": null,
        "id": "50858602636",
        "is_active": null,
        "is_private": false,
        "is_unpublished": false,
        "live_invite_only_branding_enabled": null,
        "pk": "50858602636",
        "pk_id": "50858602636",
        "reel_auto_archive": null,
        "show_account_transparency_details": true,
        "show_insights_terms": null,
        "strong_id__": "50858602636",
        "text_post_app_take_a_break_setting": null,
        "third_party_downloads_enabled": 1,
        "username": "fruits_zipper",
        "eligible_for_text_app_activation_badge": null,
        "account_type": 3,
        "account_badges": [],
        "all_media_count": null,
        "can_boost_post": null,
        "fan_club_info": {
          "autosave_to_exclusive_highlight": null,
          "connected_member_count": null,
          "fan_club_id": null,
          "fan_club_name": null,
          "has_created_ssc": null,
          "has_enough_subscribers_for_ssc": null,
          "is_fan_club_gifting_eligible": null,
          "is_fan_club_referral_eligible": null,
          "is_free_trial_eligible": null,
          "largest_public_bc_id": null,
          "subscriber_count": null,
          "fan_consideration_page_revamp_eligiblity": null
        },
        "has_anonymous_profile_picture": false,
        "hd_profile_pic_url_info": {
          "height": 1080,
          "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/273933818_900047294013546_3844645226419880908_n.jpg?stp=dst-jpg_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=AQXRV7Su9h4Q7kNvgFApN3C&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYBgbS9qPVYQDhzq4hd3EHhnJWv2aDBbxd0B3XWH37cezA&oe=67563E77&_nc_sid=b41fef",
          "width": 1080
        },
        "hd_profile_pic_versions": [
          {
            "height": 320,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/273933818_900047294013546_3844645226419880908_n.jpg?stp=dst-jpg_s320x320_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=AQXRV7Su9h4Q7kNvgFApN3C&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYBSoMHeQqwiMKpgMajXjrw0oRrdTfSE6X2FtdxxKNK44Q&oe=67563E77&_nc_sid=b41fef",
            "width": 320
          },
          {
            "height": 640,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/273933818_900047294013546_3844645226419880908_n.jpg?stp=dst-jpg_s640x640_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=AQXRV7Su9h4Q7kNvgFApN3C&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYCYaI_GgTalx5KQKv-UIaiB-iMLEqAlAlxAV3bxdUUQfw&oe=67563E77&_nc_sid=b41fef",
            "width": 640
          }
        ],
        "interop_messaging_user_fbid": null,
        "is_favorite": false,
        "is_verified": false,
        "liked_clips_count": null,
        "live_broadcast_id": null,
        "live_broadcast_visibility": null,
        "profile_pic_id": "2772971864270886554_50858602636",
        "profile_pic_url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/273933818_900047294013546_3844645226419880908_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=AQXRV7Su9h4Q7kNvgFApN3C&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYAH6k1p-rI3EurgsxUmALw993_yA-BA99awy9LKYWdsow&oe=67563E77&_nc_sid=b41fef",
        "reachability_status": null,
        "search_social_context": null,
        "social_context": null,
        "transparency_product_enabled": false,
        "transparency_product": null,
        "transparency_label": null,
        "opal_info": null,
        "latest_reel_media": 1733280586,
        "reel_media_seen_timestamp": null
      },
      "owner": {
        "allowed_commenter_type": null,
        "coeff_weight": null,
        "fbid_v2": "17841450719107325",
        "feed_post_reshare_disabled": false,
        "full_name": "FRUITS ZIPPER【Official】",
        "has_onboarded_to_text_post_app": null,
        "id": "50858602636",
        "is_active": null,
        "is_private": false,
        "is_unpublished": false,
        "live_invite_only_branding_enabled": null,
        "pk": "50858602636",
        "pk_id": "50858602636",
        "reel_auto_archive": null,
        "show_account_transparency_details": true,
        "show_insights_terms": null,
        "strong_id__": "50858602636",
        "text_post_app_take_a_break_setting": null,
        "third_party_downloads_enabled": 1,
        "username": "fruits_zipper",
        "eligible_for_text_app_activation_badge": null,
        "account_type": 3,
        "can_see_quiet_post_attribution": true,
        "account_badges": [],
        "all_media_count": null,
        "can_boost_post": null,
        "fan_club_info": {
          "autosave_to_exclusive_highlight": null,
          "connected_member_count": null,
          "fan_club_id": null,
          "fan_club_name": null,
          "has_created_ssc": null,
          "has_enough_subscribers_for_ssc": null,
          "is_fan_club_gifting_eligible": null,
          "is_fan_club_referral_eligible": null,
          "is_free_trial_eligible": null,
          "largest_public_bc_id": null,
          "subscriber_count": null,
          "fan_consideration_page_revamp_eligiblity": null
        },
        "has_anonymous_profile_picture": false,
        "hd_profile_pic_url_info": {
          "height": 1080,
          "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/273933818_900047294013546_3844645226419880908_n.jpg?stp=dst-jpg_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=AQXRV7Su9h4Q7kNvgFApN3C&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYBgbS9qPVYQDhzq4hd3EHhnJWv2aDBbxd0B3XWH37cezA&oe=67563E77&_nc_sid=b41fef",
          "width": 1080
        },
        "hd_profile_pic_versions": [
          {
            "height": 320,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/273933818_900047294013546_3844645226419880908_n.jpg?stp=dst-jpg_s320x320_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=AQXRV7Su9h4Q7kNvgFApN3C&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYBSoMHeQqwiMKpgMajXjrw0oRrdTfSE6X2FtdxxKNK44Q&oe=67563E77&_nc_sid=b41fef",
            "width": 320
          },
          {
            "height": 640,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/273933818_900047294013546_3844645226419880908_n.jpg?stp=dst-jpg_s640x640_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=AQXRV7Su9h4Q7kNvgFApN3C&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYCYaI_GgTalx5KQKv-UIaiB-iMLEqAlAlxAV3bxdUUQfw&oe=67563E77&_nc_sid=b41fef",
            "width": 640
          }
        ],
        "interop_messaging_user_fbid": null,
        "is_favorite": false,
        "is_verified": false,
        "liked_clips_count": null,
        "live_broadcast_id": null,
        "live_broadcast_visibility": null,
        "profile_pic_id": "2772971864270886554_50858602636",
        "profile_pic_url": "https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/273933818_900047294013546_3844645226419880908_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=AQXRV7Su9h4Q7kNvgFApN3C&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&oh=00_AYAH6k1p-rI3EurgsxUmALw993_yA-BA99awy9LKYWdsow&oe=67563E77&_nc_sid=b41fef",
        "reachability_status": null,
        "search_social_context": null,
        "social_context": null,
        "transparency_product_enabled": false,
        "transparency_product": null,
        "transparency_label": null,
        "opal_info": null,
        "latest_reel_media": 1733280586,
        "reel_media_seen_timestamp": null
      },
      "is_fb_only": null,
      "attribution_content_url": null,
      "channel_tag_data": null,
      "image_versions2": {
        "candidates": [
          {
            "height": 1018,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/456680318_3911433452436102_5570695507298185738_n.jpg?stp=dst-jpg_e35&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDEwMTguc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=_iFr8tz8O4AQ7kNvgHmUxSx&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&ig_cache_key=MzQ0MDg1NzM4MjcxMTIwODQ3Nw%3D%3D.3-ccb7-5&oh=00_AYDu2Rhwk7k6GTsFFgti_s0Fgqsdvvk8ny04_errYQbSug&oe=67563B98&_nc_sid=b41fef",
            "width": 1440
          },
          {
            "height": 764,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/456680318_3911433452436102_5570695507298185738_n.jpg?stp=dst-jpg_e35_s1080x1080&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDEwMTguc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=_iFr8tz8O4AQ7kNvgHmUxSx&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&ig_cache_key=MzQ0MDg1NzM4MjcxMTIwODQ3Nw%3D%3D.3-ccb7-5&oh=00_AYA-SgyvWmmZ0Mcg4g00C2AdSb0YfGAkZ_TfX8Y1VKupCQ&oe=67563B98&_nc_sid=b41fef",
            "width": 1080
          },
          {
            "height": 509,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/456680318_3911433452436102_5570695507298185738_n.jpg?stp=dst-jpg_e35_s720x720&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDEwMTguc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=_iFr8tz8O4AQ7kNvgHmUxSx&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&ig_cache_key=MzQ0MDg1NzM4MjcxMTIwODQ3Nw%3D%3D.3-ccb7-5&oh=00_AYBsjPjOKYrJdVIR07db_jPf7WUJedEky2OtN9OossZAtw&oe=67563B98&_nc_sid=b41fef",
            "width": 720
          },
          {
            "height": 452,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/456680318_3911433452436102_5570695507298185738_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDEwMTguc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=_iFr8tz8O4AQ7kNvgHmUxSx&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&ig_cache_key=MzQ0MDg1NzM4MjcxMTIwODQ3Nw%3D%3D.3-ccb7-5&oh=00_AYDnly077ZvOtaVNb2QG_isuK2nusmFH5yDmXfWUj1IcYw&oe=67563B98&_nc_sid=b41fef",
            "width": 640
          },
          {
            "height": 339,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/456680318_3911433452436102_5570695507298185738_n.jpg?stp=dst-jpg_e35_s480x480&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDEwMTguc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=_iFr8tz8O4AQ7kNvgHmUxSx&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&ig_cache_key=MzQ0MDg1NzM4MjcxMTIwODQ3Nw%3D%3D.3-ccb7-5&oh=00_AYBMKiNcj05-57QQiFo26e4ngXPjssmn7FfmSguH853ISw&oe=67563B98&_nc_sid=b41fef",
            "width": 480
          },
          {
            "height": 226,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/456680318_3911433452436102_5570695507298185738_n.jpg?stp=dst-jpg_e35_s320x320&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDEwMTguc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=_iFr8tz8O4AQ7kNvgHmUxSx&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&ig_cache_key=MzQ0MDg1NzM4MjcxMTIwODQ3Nw%3D%3D.3-ccb7-5&oh=00_AYB9vzpIWj5AJ9zJuTLS_EiSPTr3ggqeeq-iAj49a14sHA&oe=67563B98&_nc_sid=b41fef",
            "width": 320
          },
          {
            "height": 170,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/456680318_3911433452436102_5570695507298185738_n.jpg?stp=dst-jpg_e35_s240x240&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDEwMTguc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=_iFr8tz8O4AQ7kNvgHmUxSx&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&ig_cache_key=MzQ0MDg1NzM4MjcxMTIwODQ3Nw%3D%3D.3-ccb7-5&oh=00_AYAqkybEeNUBNjSezzTP2OOH9BjNTQ10cFmfEC4tCme5AA&oe=67563B98&_nc_sid=b41fef",
            "width": 240
          },
          {
            "height": 1080,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/456680318_3911433452436102_5570695507298185738_n.jpg?stp=c211.0.1018.1018a_dst-jpg_e35_s1080x1080&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDEwMTguc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=_iFr8tz8O4AQ7kNvgHmUxSx&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&ig_cache_key=MzQ0MDg1NzM4MjcxMTIwODQ3Nw%3D%3D.3-ccb7-5&oh=00_AYBT1_qGWBw4VyaxhrHpbtkLvZQgkuta3mrlZA3WO-3DlQ&oe=67563B98&_nc_sid=b41fef",
            "width": 1080
          },
          {
            "height": 750,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/456680318_3911433452436102_5570695507298185738_n.jpg?stp=c211.0.1018.1018a_dst-jpg_e35_s750x750_sh0.08&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDEwMTguc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=_iFr8tz8O4AQ7kNvgHmUxSx&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&ig_cache_key=MzQ0MDg1NzM4MjcxMTIwODQ3Nw%3D%3D.3-ccb7-5&oh=00_AYAZOZR6GSAtFOebkRKo5EnWpSSlzF8K0p0EkfMUb8Igxw&oe=67563B98&_nc_sid=b41fef",
            "width": 750
          },
          {
            "height": 640,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/456680318_3911433452436102_5570695507298185738_n.jpg?stp=c211.0.1018.1018a_dst-jpg_e35_s640x640_sh0.08&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDEwMTguc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=_iFr8tz8O4AQ7kNvgHmUxSx&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&ig_cache_key=MzQ0MDg1NzM4MjcxMTIwODQ3Nw%3D%3D.3-ccb7-5&oh=00_AYDjyFfXD3moBx2R-NC6o645oPIvJGHGU9OlTYMVJfW-fQ&oe=67563B98&_nc_sid=b41fef",
            "width": 640
          },
          {
            "height": 480,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/456680318_3911433452436102_5570695507298185738_n.jpg?stp=c211.0.1018.1018a_dst-jpg_e35_s480x480&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDEwMTguc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=_iFr8tz8O4AQ7kNvgHmUxSx&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&ig_cache_key=MzQ0MDg1NzM4MjcxMTIwODQ3Nw%3D%3D.3-ccb7-5&oh=00_AYBJZMw16qPWn9ogQb7U5eX1PCi6p-L5gXouk5b-XGeoYA&oe=67563B98&_nc_sid=b41fef",
            "width": 480
          },
          {
            "height": 320,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/456680318_3911433452436102_5570695507298185738_n.jpg?stp=c211.0.1018.1018a_dst-jpg_e35_s320x320&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDEwMTguc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=_iFr8tz8O4AQ7kNvgHmUxSx&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&ig_cache_key=MzQ0MDg1NzM4MjcxMTIwODQ3Nw%3D%3D.3-ccb7-5&oh=00_AYD8sKhA2eLVyG0-gE8Hv5tzekJ8Y70oL_Wp3YzGRv3vTA&oe=67563B98&_nc_sid=b41fef",
            "width": 320
          },
          {
            "height": 240,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/456680318_3911433452436102_5570695507298185738_n.jpg?stp=c211.0.1018.1018a_dst-jpg_e35_s240x240&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDEwMTguc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=_iFr8tz8O4AQ7kNvgHmUxSx&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&ig_cache_key=MzQ0MDg1NzM4MjcxMTIwODQ3Nw%3D%3D.3-ccb7-5&oh=00_AYCwbR1nl_hL7Q_znHy2Xys9v0ppatu7aM6FolMPFVACYA&oe=67563B98&_nc_sid=b41fef",
            "width": 240
          },
          {
            "height": 150,
            "url": "https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/456680318_3911433452436102_5570695507298185738_n.jpg?stp=c211.0.1018.1018a_dst-jpg_e35_s150x150&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDEwMTguc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=1&_nc_ohc=_iFr8tz8O4AQ7kNvgHmUxSx&_nc_gid=e62b70a136bc4133aa0c897e47f460de&edm=ABmJApABAAAA&ccb=7-5&ig_cache_key=MzQ0MDg1NzM4MjcxMTIwODQ3Nw%3D%3D.3-ccb7-5&oh=00_AYASg2iubvLR9lFcApkJQ1qTOr5UzR9VIvDrM-kkSXUsNQ&oe=67563B98&_nc_sid=b41fef",
            "width": 150
          }
        ]
      },
      "original_width": 1440,
      "original_height": 1018,
      "is_artist_pick": null,
      "copyright_attribution_info": null,
      "media_notes": {
        "items": []
      },
      "media_note_mimicry": null,
      "enable_media_notes_production": false,
      "caption_add_on": null,
      "product_type": "feed",
      "is_paid_partnership": false,
      "location": null,
      "inventory_source": null,
      "branded_content_project_metadata": null,
      "story_polls": null,
      "music_metadata": {
        "audio_type": null,
        "music_canonical_id": "0",
        "pinned_media_ids": null,
        "music_info": null,
        "original_sound_info": null
      },
      "app_install_cta_info": null,
      "wearable_attribution_info": null,
      "social_context": [],
      "should_have_hscroll_items": null,
      "organic_tracking_token": "eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjp0cnVlLCJ1dWlkIjoiZTYyYjcwYTEzNmJjNDEzM2FhMGM4OTdlNDdmNDYwZGUzNDQwODU3MzgyNzExMjA4NDc3Iiwic2VydmVyX3Rva2VuIjoiMTczMzMzMDE3NzIzMXwzNDQwODU3MzgyNzExMjA4NDc3fDE1MzEzMzM2NTk5fDZhZjZkMWVmNDI4NmU1MmQ3NzU0YTQzNGU5NjZiYWUwNDJmMDc4NTMyMmIxMDIwMDFhMDJlMzc0MmU0NjBlMzYifSwic2lnbmF0dXJlIjoiIn0=",
      "is_third_party_downloads_eligible": null,
      "text_post_app_info": null,
      "ig_media_sharing_disabled": false,
      "are_remixes_crosspostable": null,
      "crosspost": null,
      "crosspost_metadata": {
        "fb_crosspost_deeplink_profile_id": null,
        "fb_crosspost_fbid": null,
        "is_feedback_aggregated": null,
        "th_unified_feedback_row_tap_target_url": null,
        "unified_feedback_enabled": null
      },
      "explore": null,
      "dominant_color": null,
      "organic_cta_info": null,
      "boosted_by_sponsor": null,
      "boosted_status": null,
      "boost_unavailable_identifier": null,
      "boost_unavailable_reason": null,
      "boost_unavailable_reason_v2": null,
      "lng": null,
      "lat": null,
      "story_poll_voter_infos": null,
      "audio": null,
      "transcription_data": null,
      "subscribe_cta_visible": false,
      "creative_config": null,
      "is_cutout_sticker_allowed": false,
      "cutout_sticker_info": null,
      "cutout_stickers": null,
      "score": null,
      "ranking_scores": null,
      "ranking_scores_list": null,
      "recommendation_data": null,
      "text_with_entities": null,
      "can_hype": null,
      "viewer_can_request_mention": null,
      "mv_link": null,
      "shimmed_mv_link": null,
      "mv_original_content_review_status": null,
      "story_prompts": null,
      "story_notify_me_stickers": null,
      "story_sliders": null,
      "story_quizs": null,
      "story_slider_voter_infos": null,
      "story_quiz_participant_infos": null,
      "story_questions": null,
      "avatar_stickers": null,
      "question_response_reply_stickers_info": null,
      "story_bloks_tappables": null,
      "quick_snap_emoji_reactions": null,
      "gen_ai_detection_method": {
        "detection_method": "NONE"
      },
      "immersive_media_metadata": null,
      "text_post_share_to_ig_story_stickers": null,
      "potato_container_info": null,
      "potato_item_info": null,
      "fb_aggregated_like_count": 0,
      "fb_aggregated_comment_count": 0,
      "dynamic_creator": null,
      "dynamic_creator_item_id": null,
      "media_intervention_type": null,
      "has_high_risk_gen_ai_inform_treatment": false,
      "clips_trial": null,
      "collab_follow_button_info": null,
      "open_carousel_show_follow_button": false,
      "clips_mashup_follow_button_info": null,
      "contextual_link_cta_info": null,
      "is_tagged_media_shared_to_viewer_profile_grid": false,
      "should_show_author_pog_for_tagged_media_shared_to_profile_grid": false,
      "impression_token": null,
      "is_eligible_for_media_note_recs_nux": false,
      "show_story_deleted_error_label": null,
      "should_open_collab_bottomsheet_on_facepile_tap": null,
      "is_social_ufi_disabled": false,
      "meta_place": null,
      "next_max_id": null,
      "reminder_info": null,
      "is_eligible_for_meta_ai_share": false,
      "meta_ai_suggested_prompts": [],
      "fb_like_count": null,
      "can_reply": false,
      "floating_context_items": null,
      "tallest_media_aspect_ratio": null,
      "is_eligible_for_shoppable_everything": null,
      "is_shared_from_basel": null,
      "meta_ai_content_deep_dive_prompt": null,
      "comments": null,
      "can_view_more_preview_comments": false,
      "comment_likes_enabled": null,
      "commenting_disabled_for_viewer": null,
      "preview_comments": [],
      "comment_count": 19,
      "fb_comment_count": null,
      "comments_disabled": null,
      "hide_view_all_comment_entrypoint": false,
      "show_keyboard_in_comments": null,
      "inline_composer_display_condition": "impression_trigger",
      "inline_composer_imp_trigger_time": null,
      "is_comments_gif_composer_enabled": true,
      "giphy_media_info": null,
      "comment_inform_treatment": {
        "action_type": null,
        "should_have_inform_treatment": false,
        "text": "",
        "url": null
      },
      "visual_comment_reply_sticker_info": null,
      "has_hidden_comments": null,
      "has_liked": false,
      "like_count": 20672,
      "facepile_top_likers": [],
      "top_likers": [],
      "video_subtitles_confidence": null,
      "video_subtitles_uri": null,
      "video_subtitles_locale": null,
      "video_sticker_locales": [],
      "is_dash_eligible": null,
      "video_dash_manifest": null,
      "video_codec": null,
      "number_of_qualities": null,
      "video_versions": null,
      "video_duration": null,
      "has_audio": null,
      "translated_video_subtitles": null,
      "clips_tab_pinned_user_ids": [],
      "clips_attribution_info": null,
      "clips_on_impression_control": null,
      "clips_metadata": null,
      "clips_chats": null,
      "clips_karaoke_caption": null,
      "clips_text": null,
      "clips_spin_swappable_elements": null,
      "is_spinnable": null,
      "selected_clips_spin_id": null,
      "clips_spins_author_count": null,
      "clips_spins": null,
      "has_viewer_saved": null,
      "saved_collection_ids": null,
      "can_viewer_save": true,
      "save_count": null,
      "can_viewer_reshare": true,
      "has_reshares": null,
      "reshare_count": null,
      "product_tags": null,
      "shop_routing_user_id": null,
      "is_organic_product_tagging_eligible": true,
      "featured_products_cta": null,
      "igbio_product": null,
      "featured_products": [],
      "product_suggestions": [],
      "product_collection_tag": null,
      "commerce_integrity_review_decision": null,
      "igtv_shopping_info": null,
      "open_carousel_submission_state": null,
      "open_to_public_submission_description_text": null,
      "carousel_media_count": null,
      "carousel_media": null,
      "total_carousel_media_count": null,
      "more_carousel_media_available": null,
      "carousel_media_pending_post_count": null,
      "is_reuse_allowed": false,
      "boost_upsell_banner_payload": null,
      "collapse_comments": null,
      "has_more_comments": true,
      "max_num_visible_preview_comments": 2,
      "explore_hide_comments": false,
      "video_subtitles_status": null,
      "igtv_exists_in_viewer_series": null,
      "thumbnails": null,
      "likers": null,
      "like_count_following": null,
      "secret_post_metadata": null,
      "xar_deny_reason": null,
      "is_media_author_in_messaging_privacy_jurisdiction": null,
      "geo_gated_countries": null,
      "boosted_post_id": null,
      "is_open_to_public_submission": false,
      "video_imf_spec": null,
      "video_subtitles_enabled": null,
      "is_currently_promoting_by_sponsor": null,
      "bucketed_view_count": null,
      "revshare_media_ads_info": null,
      "item_client_gap_rules": null,
      "explore_context": null,
      "multi_ads_info": null,
      "nearly_complete_copyright_match": null,
      "carousel_media_ids": null,
      "ar_effect_id": null
    },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants