diff options
| -rw-r--r-- | bbc.co.uk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bbc.co.uk.txt b/bbc.co.uk.txt index 22dc646..e1402ae 100644 --- a/bbc.co.uk.txt +++ b/bbc.co.uk.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 |
