diff options
| author | Olivier Cortès <contact@oliviercortes.com> | 2015-03-11 23:50:19 +0100 |
|---|---|---|
| committer | Olivier Cortès <contact@oliviercortes.com> | 2015-03-11 23:50:19 +0100 |
| commit | aa3f04e0b12aa6119dc15b824e76024eb0f64fcd (patch) | |
| tree | d16900e4d655f58f958ef77f829e5fd2d223a869 | |
| parent | 275b7bbf5789c59635aa822b4b12109836aa5f88 (diff) | |
| download | ftr-site-config-aa3f04e0b12aa6119dc15b824e76024eb0f64fcd.tar.gz ftr-site-config-aa3f04e0b12aa6119dc15b824e76024eb0f64fcd.zip | |
Get the datetime attribute, not the unparsable french text.
| -rw-r--r-- | gameblog.fr.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gameblog.fr.txt b/gameblog.fr.txt index 7213828..8edb6e6 100644 --- a/gameblog.fr.txt +++ b/gameblog.fr.txt @@ -1,7 +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 +date: //header[@id='gbArticleHeader']//div//time@datetime prune: no |
