From e11facbde6632363f4d1b047a24c5393dc7d5c73 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Sun, 21 Feb 2016 02:44:39 +0100 Subject: Update bbc.com.txt --- bbc.com.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bbc.com.txt b/bbc.com.txt index 9c09d82..21712bd 100644 --- a/bbc.com.txt +++ b/bbc.com.txt @@ -30,6 +30,9 @@ strip: //div[contains(@class, 'comment-introduction')] strip: //div[contains(@class, 'share-tools')] strip: //div[@id='also-related-links'] +# images all seem to require JS, so let's strip them and avoid lonely captions +strip: //figure[contains(@class, 'caption')] + strip: //aside[contains(@class, 'sp-pullout')] strip_id_or_class: share-help -- cgit v1.3.1