mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-28 07:50:09 +02:00
[ZDNet] Fix article layout (#1793)
This commit is contained in:
parent
7b6ff78623
commit
64ec488f70
1 changed files with 2 additions and 1 deletions
|
@ -185,7 +185,8 @@ class ZDNetBridge extends FeedExpander {
|
|||
'<div class="downloadNow',
|
||||
'<div data-shortcode',
|
||||
'<div id="sharethrough',
|
||||
'<div id="inpage-video'
|
||||
'<div id="inpage-video',
|
||||
'<div class="share-bar-wrapper"',
|
||||
) as $div_start) {
|
||||
$contents = stripRecursiveHtmlSection($contents, 'div', $div_start);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue