diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2016-02-21 02:44:39 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2016-02-21 02:44:39 +0100 |
| commit | e11facbde6632363f4d1b047a24c5393dc7d5c73 (patch) | |
| tree | 650512b518b3187d5e5a7bf6bbf2ef29eaedfe78 | |
| parent | d769ebec3063c4f5db24f66b014cfa200d09caf2 (diff) | |
| download | ftr-site-config-e11facbde6632363f4d1b047a24c5393dc7d5c73.tar.gz ftr-site-config-e11facbde6632363f4d1b047a24c5393dc7d5c73.zip | |
Update bbc.com.txt
| -rw-r--r-- | bbc.com.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
