diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2014-08-23 11:33:10 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2014-08-23 11:33:20 +0200 |
| commit | 9aee210297571c04123f76f914a1e2a9f564c857 (patch) | |
| tree | 81f62516d4cf1683a29ae8916572fad811ab058b | |
| parent | 660cc7fa008ad349f2b1bb9445385afa5438ad87 (diff) | |
| download | ftr-site-config-9aee210297571c04123f76f914a1e2a9f564c857.tar.gz ftr-site-config-9aee210297571c04123f76f914a1e2a9f564c857.zip | |
bbc.co.uk
| -rw-r--r-- | bbc.co.uk.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bbc.co.uk.txt b/bbc.co.uk.txt index ef1f491..5cdbc4c 100644 --- a/bbc.co.uk.txt +++ b/bbc.co.uk.txt @@ -13,7 +13,7 @@ body: //div[contains(@class, 'hrecipe')]//div[@id='subcolumn-1'] #strip: //div[@class="story-feature narrow"] #strip: //div[@class="story-feature wide"] #strip: //div[@class="story-feature dslideshow-enclosure"] -strip: //div[contains(@class, "story-feature")] +strip: //div[contains(@class, "story-feature") and not(contains(@class, 'full-width'))] strip: //span[@class="story-date"] #strip: //div[@class="caption body-narrow-width"] strip: //div[@class="warning"]//p @@ -30,13 +30,20 @@ strip: //div[contains(@class, 'comment-introduction')] strip: //div[contains(@class, 'share-tools')] strip: //div[@id='also-related-links'] +strip_id_or_class: share-help + replace_string(<noscript>): <div> replace_string(</noscript>): </div> +tidy: no prune: no dissolve: //h2 test_url: http://www.bbc.co.uk/sport/0/football/23224017 test_url: http://www.bbc.co.uk/news/business-15060862 +# news feed +test_url: http://feeds.bbci.co.uk/news/rss.xml +# sports feed +test_url: http://feeds.bbci.co.uk/sport/0/football/rss.xml?edition=int # video entry test_url: http://www.bbc.co.uk/news/world-asia-22056933
\ No newline at end of file |
