For the following post there is a video on one of the comments:
https://www.reddit.com/r/purplepodrestricted/comments/1uefzsd/all_around_the_world/
When I call the API to pull the users comments with this endpoint:
https://oauth.reddit.com/user/purplepodtestuser7/comments?raw_json=1&limit=100&sort=new&showmedia=false
I get the following response. The video is provided as a link in the body, but the link to the video does not work and I'm unable to retrieve the video in the comment
{
"kind": "t1",
"data": {
"link_url": "https://v.redd.it/nqe0s81mw89h1",
"subreddit_id": "t5_631pew",
"approved_at_utc": 1782376069,
"author_is_blocked": false,
"comment_type": null,
"link_title": "All Around the World",
"mod_reason_by": null,
"banned_by": null,
"ups": 1,
"num_reports": 0,
"author_flair_type": "text",
"total_awards_received": 0,
"subreddit": "purplepodrestricted",
"link_author": "purplepodtestuser5",
"distinguished": null,
"likes": true,
"replies": "",
"user_reports": [],
"saved": false,
"id": "otoswhl",
"banned_at_utc": null,
"mod_reason_title": null,
"gilded": 0,
"archived": false,
"collapsed_reason_code": null,
"no_follow": false,
"author": "purplepodtestuser7",
"num_comments": 3,
"can_mod_post": true,
"created_utc": 1782376060.0,
"send_replies": true,
"parent_id": "t3_1uefzsd",
"score": 1,
"author_fullname": "t2_svk3s85z",
"over_18": false,
"report_reasons": [],
"approved_by": "purplepodtestuser7",
"controversiality": 0,
"body": "This is more my sort of thing\n\nhttps://reddit.com/link/otoswhl/video/0y4dw9e33e9h1/player\n\n",
"edited": false,
"gildings": {},
"author_flair_css_class": null,
"author_flair_background_color": null,
"is_submitter": false,
"downs": 0,
"author_flair_richtext": [],
"author_patreon_flair": false,
"body_html": "<div class=\"md\"><p>This is more my sort of thing</p>\n\n<p><a href=\"https://reddit.com/link/otoswhl/video/0y4dw9e33e9h1/player\">https://reddit.com/link/otoswhl/video/0y4dw9e33e9h1/player</a></p>\n</div>",
"removal_reason": null,
"collapsed_reason": null,
"link_id": "t3_1uefzsd",
"associated_award": null,
"stickied": false,
"author_premium": false,
"can_gild": false,
"top_awarded_type": null,
"unrepliable_reason": null,
"approved": true,
"author_flair_text_color": null,
"score_hidden": false,
"permalink": "/r/purplepodrestricted/comments/1uefzsd/all_around_the_world/otoswhl/",
"subreddit_type": "restricted",
"link_permalink": "https://www.reddit.com/r/purplepodrestricted/comments/1uefzsd/all_around_the_world/",
"name": "t1_otoswhl",
"created": 1782376060.0,
"subreddit_name_prefixed": "r/purplepodrestricted",
"author_flair_text": null,
"removed": false,
"spam": false,
"collapsed": false,
"awarders": [],
"all_awardings": [],
"locked": false,
"ignore_reports": false,
"collapsed_because_crowd_control": null,
"rte_mode": "richtext",
"mod_reports": [],
"quarantine": false,
"mod_note": null,
"treatment_tags": [],
"author_flair_template_id": null
}
}