diff options
| -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 |
