mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
12 lines
No EOL
485 B
Text
Executable file
12 lines
No EOL
485 B
Text
Executable file
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/ |