diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-10-07 09:42:39 +0200 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-10-07 09:42:39 +0200 |
commit | f3192fc1d9f2d3f2856f4cd265dfa555d784ff4b (patch) | |
tree | 3ca6c9c5979b841f48b4b89b85db46b1d5160d1d | |
parent | 3bbbdf86fe90d30953bc395fc1f790d986019f50 (diff) | |
parent | 787209722804e3b4dc28acf39634115f3093c4cf (diff) | |
download | wallabag-f3192fc1d9f2d3f2856f4cd265dfa555d784ff4b.tar.gz wallabag-f3192fc1d9f2d3f2856f4cd265dfa555d784ff4b.tar.zst wallabag-f3192fc1d9f2d3f2856f4cd265dfa555d784ff4b.zip |
Merge pull request #1466 from juanjobe/dev
Add three new sites
-rw-r--r-- | inc/3rdparty/site_config/standard/pieria.co.uk.txt | 3 | ||||
-rw-r--r-- | inc/3rdparty/site_config/standard/rasgolatente.es.txt | 6 | ||||
-rw-r--r-- | inc/3rdparty/site_config/standard/thenews.coop.txt | 3 |
3 files changed, 12 insertions, 0 deletions
diff --git a/inc/3rdparty/site_config/standard/pieria.co.uk.txt b/inc/3rdparty/site_config/standard/pieria.co.uk.txt new file mode 100644 index 00000000..31f2c84a --- /dev/null +++ b/inc/3rdparty/site_config/standard/pieria.co.uk.txt | |||
@@ -0,0 +1,3 @@ | |||
1 | body: //div[@id='article'] | ||
2 | |||
3 | test_url: http://www.pieria.co.uk/articles/need_a_fiscal_rule_george__try_get_the_economy_growing | ||
diff --git a/inc/3rdparty/site_config/standard/rasgolatente.es.txt b/inc/3rdparty/site_config/standard/rasgolatente.es.txt new file mode 100644 index 00000000..fcdbbd97 --- /dev/null +++ b/inc/3rdparty/site_config/standard/rasgolatente.es.txt | |||
@@ -0,0 +1,6 @@ | |||
1 | title: //div[@class='entry-title'] | ||
2 | author: //div[@class='entry-author'] | ||
3 | date: //div[@class='entry-time'] | ||
4 | body: //div[@class='entry-content'] | ||
5 | |||
6 | test_url: http://rasgolatente.es/estupidez-psicologia-estupidos/ | ||
diff --git a/inc/3rdparty/site_config/standard/thenews.coop.txt b/inc/3rdparty/site_config/standard/thenews.coop.txt new file mode 100644 index 00000000..7d593805 --- /dev/null +++ b/inc/3rdparty/site_config/standard/thenews.coop.txt | |||
@@ -0,0 +1,3 @@ | |||
1 | body: //div[@class='entry-content'] | ||
2 | |||
3 | test_url: http://www.thenews.coop/98221/news/co-operatives/jeremy-corbyn-needs-co-op-movement/ | ||