From a78fa6451e0d8fa034c772a5fee1c5a5a52e1100 Mon Sep 17 00:00:00 2001 From: Maka0 Date: Sat, 11 Jul 2015 20:14:55 +0200 Subject: Create cwnp.com.txt Added site to get the daily word and question. --- cwnp.com.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cwnp.com.txt diff --git a/cwnp.com.txt b/cwnp.com.txt new file mode 100644 index 0000000..169fdf8 --- /dev/null +++ b/cwnp.com.txt @@ -0,0 +1,14 @@ +title: //div[@class='entry-pad']//h2 +body: //div[contains(concat(' ',normalize-space(@class),' '),' entry-pad ')] +strip: //h1 +strip: //p +strip: //h2 +strip: //div[@class='clear'] + +prune: no +tidy: no + +autodetect_on_failure: no + +test_url: https://www.cwnp.com/wotd.php +test_url: https://www.cwnp.com/qotd.php -- cgit v1.3.1