From 63bde3cfbb76f577aea00b805b7dde78ebe31ddc Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Sat, 5 Oct 2024 21:32:30 +0300 Subject: [PATCH] [ArsTechnicaBridge] Fix uid --- bridges/ArsTechnicaBridge.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bridges/ArsTechnicaBridge.php b/bridges/ArsTechnicaBridge.php index 4d5b7fca..41dab752 100644 --- a/bridges/ArsTechnicaBridge.php +++ b/bridges/ArsTechnicaBridge.php @@ -64,6 +64,7 @@ class ArsTechnicaBridge extends FeedExpander $parsely = $item_html->find('[name="parsely-page"]', 0); $parsely_json = json_decode(html_entity_decode($parsely->content), true); $item['categories'] = $parsely_json['tags']; + $item['uid'] = $parsely_json['post_id']; // Some lightboxes are nested in figures. I'd guess that's a // bug in the website