mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[ArsTechnicaBridge] Remove .toc-container
This commit is contained in:
parent
4b2901d8f4
commit
540b4cc8d4
@ -97,6 +97,9 @@ class ArsTechnicaBridge extends FeedExpander
|
||||
foreach ($item['content']->find('.ars-interlude-container') as $ad) {
|
||||
$ad->remove();
|
||||
}
|
||||
foreach ($item['content']->find('.toc-container') as $toc) {
|
||||
$toc->remove();
|
||||
}
|
||||
|
||||
// Mostly YouTube videos
|
||||
$iframes = $item['content']->find('iframe');
|
||||
|
Loading…
Reference in New Issue
Block a user