diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2015-03-12 11:55:36 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2015-03-12 11:55:36 +0100 |
| commit | bde4abfa0a9a150b649963218ba2f862c1631cb6 (patch) | |
| tree | 61edade9f6aee3fb97383cf51f20bc5ed85c24d8 | |
| parent | 257c43f1ca622468d194662e133b74c2d75f3ecf (diff) | |
| parent | b490c6290a3d8999ff4bda8ea14ed293901af5d3 (diff) | |
| download | ftr-site-config-bde4abfa0a9a150b649963218ba2f862c1631cb6.tar.gz ftr-site-config-bde4abfa0a9a150b649963218ba2f862c1631cb6.zip | |
Merge pull request #63 from 1flow/master
Add author / date directives to gameblog siteconfig.
| -rw-r--r-- | gameblog.fr.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gameblog.fr.txt b/gameblog.fr.txt index 73f8342..227d39a 100644 --- a/gameblog.fr.txt +++ b/gameblog.fr.txt @@ -1,5 +1,7 @@ title: //meta[@property="og:title"]/@content body: //div[@id='GBTVPlayer'] | //div[contains(@class, 'col490')] +author: //span[contains(concat(' ',normalize-space(@class),' '),' author ')] +date: //header[@id='gbArticleHeader']//div//time/@datetime prune: no @@ -7,4 +9,4 @@ strip_id_or_class: noprint strip: //div[@id='gbNewsTextContent']/following-sibling::* test_url: http://www.gameblog.fr/news/26330-les-sims-3-showtime-s-annonce-en-video -test_url: http://www.gameblog.fr/news/26306-mise-a-jour-du-dashboard-de-la-xbox-360-disponible
\ No newline at end of file +test_url: http://www.gameblog.fr/news/26306-mise-a-jour-du-dashboard-de-la-xbox-360-disponible |
