diff options
-rw-r--r-- | bridges/ZDNetBridge.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bridges/ZDNetBridge.php b/bridges/ZDNetBridge.php index 75df3b15..13478029 100644 --- a/bridges/ZDNetBridge.php +++ b/bridges/ZDNetBridge.php @@ -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); } |