diff options
Diffstat (limited to 'scripting.com.txt')
| -rw-r--r-- | scripting.com.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripting.com.txt b/scripting.com.txt new file mode 100644 index 0000000..5fb0ee7 --- /dev/null +++ b/scripting.com.txt @@ -0,0 +1,8 @@ +strip: //a[starts-with(@href, '#')] +strip: //*[@class='storyByline'] +body: //*[@class='storyPageText']/.. +author: string('Dave Winer') +date: substring-before(substring-after(//*[@class='storyByline'], 'on'), 'at') +title: //h1 +footnotes: no +test_url: http://scripting.com/stories/2011/07/08/yeahImStillYawning.html
\ No newline at end of file |
