diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2015-10-07 10:31:44 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2015-10-07 10:31:44 +0200 |
| commit | 49ac8470e23873eabcc81869886801b3d40b5e96 (patch) | |
| tree | 4d9c46cae551359ba80ad3da9ef6ed843a92e373 | |
| parent | aa9814db2c786bc2bdcd13b5763b98b32da8cc39 (diff) | |
| parent | 639ee39ab9a9c31dcfb63f80442400ac87b78317 (diff) | |
| download | ftr-site-config-49ac8470e23873eabcc81869886801b3d40b5e96.tar.gz ftr-site-config-49ac8470e23873eabcc81869886801b3d40b5e96.zip | |
Merge pull request #86 from juanjobe/master
Add three new sites
| -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/ |
