mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[ArsTechnicaBridge] Fix uid
This commit is contained in:
parent
0825f8a48b
commit
63bde3cfbb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user