diff options
| author | Olivier Cortès <contact@oliviercortes.com> | 2015-03-16 12:25:13 +0100 |
|---|---|---|
| committer | Olivier Cortès <contact@oliviercortes.com> | 2015-03-16 12:25:13 +0100 |
| commit | 62df5e0c062759d63f01f39b9f94a26d92ac4469 (patch) | |
| tree | 3b635a0588589e244b9d306e5c09d48d7b24c486 /blogs.msdn.com.txt | |
| parent | bde4abfa0a9a150b649963218ba2f862c1631cb6 (diff) | |
| download | ftr-site-config-62df5e0c062759d63f01f39b9f94a26d92ac4469.tar.gz ftr-site-config-62df5e0c062759d63f01f39b9f94a26d92ac4469.zip | |
Get the real date content, not the enclosing div.
The div contains useless text that prevents the date to be parsed correctly.
Diffstat (limited to 'blogs.msdn.com.txt')
| -rw-r--r-- | blogs.msdn.com.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blogs.msdn.com.txt b/blogs.msdn.com.txt index b2ff833..11b8d42 100644 --- a/blogs.msdn.com.txt +++ b/blogs.msdn.com.txt @@ -1,6 +1,6 @@ title: //h3[@class="post-name"] author: //span[@class="user-name"] -date: //div[@class="post-date"] +date: //div[@class="post-date"]/span[@class="value"] body: //div[@class="post-content user-defined-markup"] footnotes: no -test_url: http://blogs.msdn.com/b/b8/archive/2011/10/04/designing-the-start-screen.aspx
\ No newline at end of file +test_url: http://blogs.msdn.com/b/b8/archive/2011/10/04/designing-the-start-screen.aspx |
