diff options
Diffstat (limited to 'sfgate.com.txt')
| -rw-r--r-- | sfgate.com.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sfgate.com.txt b/sfgate.com.txt new file mode 100644 index 0000000..5469112 --- /dev/null +++ b/sfgate.com.txt @@ -0,0 +1,12 @@ +title: /html/head/title + +body: //div[@id = 'articlecontent']/div[contains(@class, 'bodytext')] +author: //div[@class = 'articleheadings']/p[contains(@class,'author')]/span[@class = 'fn'] +date: //div[@class = 'articleheadings']/span[@class = 'updated'] +strip: //div[div[contains(@class, 'imgbox')]] + +body: //div[@class = 'blogitem'] +author: //p[@class="credit"]/span[@class="author"]/a[position() = 1] +date: //span[@class = 'pubdate'] + +test_url: http://www.sfgate.com/columnists/garchik/
\ No newline at end of file |
