From 62df5e0c062759d63f01f39b9f94a26d92ac4469 Mon Sep 17 00:00:00 2001 From: Olivier Cortès Date: Mon, 16 Mar 2015 12:25:13 +0100 Subject: Get the real date content, not the enclosing div. The div contains useless text that prevents the date to be parsed correctly. --- blogs.msdn.com.txt | 4 ++-- 1 file 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 -- cgit v1.3.1