diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2015-03-16 12:56:30 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2015-03-16 12:56:30 +0100 |
| commit | 5a55017a3b3fdd2f7d0c00b2cf964c95187d878b (patch) | |
| tree | 3b635a0588589e244b9d306e5c09d48d7b24c486 | |
| parent | bde4abfa0a9a150b649963218ba2f862c1631cb6 (diff) | |
| parent | 62df5e0c062759d63f01f39b9f94a26d92ac4469 (diff) | |
| download | ftr-site-config-5a55017a3b3fdd2f7d0c00b2cf964c95187d878b.tar.gz ftr-site-config-5a55017a3b3fdd2f7d0c00b2cf964c95187d878b.zip | |
Merge pull request #65 from Karmak23/patch-1
Get the real date content, not the enclosing div.
| -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 |
