diff options
| -rw-r--r-- | pieria.co.uk.txt | 3 | ||||
| -rw-r--r-- | rasgolatente.es.txt | 6 | ||||
| -rw-r--r-- | thenews.coop.txt | 3 |
3 files changed, 12 insertions, 0 deletions
diff --git a/pieria.co.uk.txt b/pieria.co.uk.txt new file mode 100644 index 0000000..31f2c84 --- /dev/null +++ b/pieria.co.uk.txt @@ -0,0 +1,3 @@ +body: //div[@id='article'] + +test_url: http://www.pieria.co.uk/articles/need_a_fiscal_rule_george__try_get_the_economy_growing diff --git a/rasgolatente.es.txt b/rasgolatente.es.txt new file mode 100644 index 0000000..fcdbbd9 --- /dev/null +++ b/rasgolatente.es.txt @@ -0,0 +1,6 @@ +title: //div[@class='entry-title'] +author: //div[@class='entry-author'] +date: //div[@class='entry-time'] +body: //div[@class='entry-content'] + +test_url: http://rasgolatente.es/estupidez-psicologia-estupidos/ diff --git a/thenews.coop.txt b/thenews.coop.txt new file mode 100644 index 0000000..7d59380 --- /dev/null +++ b/thenews.coop.txt @@ -0,0 +1,3 @@ +body: //div[@class='entry-content'] + +test_url: http://www.thenews.coop/98221/news/co-operatives/jeremy-corbyn-needs-co-op-movement/ |
