diff options
| -rw-r--r-- | cwnp.com.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
