diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-08-23 00:54:02 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-08-23 00:54:02 +0200 |
| commit | e4212aef2d06ad39ecc6989080a3d7bf7ecec9e0 (patch) | |
| tree | ece58e75dd81804aa892ee6fc688f278744185d9 /theverge.com.txt | |
| parent | 51f8e74d946d5b378f674f9dc913b1fec9aa0ac0 (diff) | |
| download | ftr-site-config-e4212aef2d06ad39ecc6989080a3d7bf7ecec9e0.tar.gz ftr-site-config-e4212aef2d06ad39ecc6989080a3d7bf7ecec9e0.zip | |
theverge.com
Diffstat (limited to 'theverge.com.txt')
| -rw-r--r-- | theverge.com.txt | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/theverge.com.txt b/theverge.com.txt index 3960fb9..6a0d560 100644 --- a/theverge.com.txt +++ b/theverge.com.txt @@ -1,13 +1,12 @@ -title: //h1[contains(@class, "headline")] - author: //p[contains(@class, "byline")]/a[contains(@class, "author")] -date: substring-after(normalize-space(//p[contains(@class, "byline")]/span[contains(@class, "publish-date")]), "on ") +date: //span[contains(@class, "publish-date")]/time[@pubdate]/@datetime -body: //article[contains(@class, 'feature-entry')] +body: //div[contains(@class, 'entry-content')] +# for vergecasts, e.g. http://www.theverge.com/2013/8/22/4648566/the-vergecast-090-august-22th-2013-video body: //article prune: no -tidy: no +#tidy: no strip: //article/header strip: //*[@id='sticky-menu'] @@ -22,9 +21,12 @@ strip_id_or_class: related-product-meta strip_id_or_class: comments strip_id_or_class: ui-jump-list strip_id_or_class: pullquote +strip_id_or_class: m-ad +strip_id_or_class: social-sharing +strip_id_or_class: m-video-entry__excerpt -find_string: <script -replace_string: <div style="display:none" +find_string: <script +replace_string: <div style="display:none" find_string: </script> replace_string: </div> @@ -34,4 +36,5 @@ strip: //a[contains(@class, 'entry-section-title')] test_url: http://www.theverge.com/2012/2/29/2821763/lytro-review test_url: http://www.theverge.com/2011/11/3/2534861/nokia-lumia-800-review -test_url: http://www.theverge.com/2013/2/24/4026114/barnes-noble-shifting-focus-away-from-nook-hardware
\ No newline at end of file +test_url: http://www.theverge.com/2013/2/24/4026114/barnes-noble-shifting-focus-away-from-nook-hardware +test_url: http://www.theverge.com/rss/frontpage
\ No newline at end of file |
