diff options
| -rw-r--r-- | themarker.com.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/themarker.com.txt b/themarker.com.txt new file mode 100644 index 0000000..141b1a3 --- /dev/null +++ b/themarker.com.txt @@ -0,0 +1,11 @@ +title: //h1[contains(@class, 'mainTitle')] +author: //ul[@class='author']//a[@rel='author'] +body: //div[@id='article-box'] +prune: no +tidy: no +strip_id_or_class: head +strip_id_or_class: social-nav +strip_id_or_class: rate +strip_id_or_class: video + +test_url: http://www.themarker.com/markerweek/1.2093167
\ No newline at end of file |
