diff options
Diffstat (limited to 'weblog.bignerdranch.com.txt')
| -rwxr-xr-x | weblog.bignerdranch.com.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/weblog.bignerdranch.com.txt b/weblog.bignerdranch.com.txt new file mode 100755 index 0000000..578ba52 --- /dev/null +++ b/weblog.bignerdranch.com.txt @@ -0,0 +1,5 @@ +title://div[@class="post"]/h2 +author://p[@class="postinfo"]/a +date:substring-before(substring-after(//p[@class="postinfo"],' on '),' under ') +body://div[@class="contenttext"] +test_url: http://weblog.bignerdranch.com/?p=304
\ No newline at end of file |
