summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Birth <github.com@birth-online.de>2014-01-03 10:19:41 -0800
committerMarkus Birth <github.com@birth-online.de>2014-01-03 10:19:41 -0800
commitf668480416710f761b55924f3a727a81ce93e1a9 (patch)
treecbb60963203bebea9b6c6273f9b4cb7497452914
parent1c2ad7105a2fb2a446a122d8daa2048aa0f5bbbb (diff)
parentae8ef9ff17624b668a5f780656ebf2a9246e635e (diff)
downloadyafpp-f668480416710f761b55924f3a727a81ce93e1a9.tar.gz
yafpp-f668480416710f761b55924f3a727a81ce93e1a9.zip
Merge pull request #27 from kpn3m0/master
Added rutracker.org and habrahabr.ru configs
-rw-r--r--mods/habrahabr.ru.json6
-rw-r--r--mods/rutracker.org.json6
2 files changed, 12 insertions, 0 deletions
diff --git a/mods/habrahabr.ru.json b/mods/habrahabr.ru.json
new file mode 100644
index 0000000..d990b02
--- /dev/null
+++ b/mods/habrahabr.ru.json
@@ -0,0 +1,6 @@
+{
+ "habrahabr.ru":{
+ "type": "xpath",
+ "xpath": "div[@class='content html_format']"
+ }
+}
diff --git a/mods/rutracker.org.json b/mods/rutracker.org.json
new file mode 100644
index 0000000..24c5dbb
--- /dev/null
+++ b/mods/rutracker.org.json
@@ -0,0 +1,6 @@
+{
+ "rutracker.org":{
+ "type": "xpath",
+ "xpath": "td[@class='message td2']"
+ }
+}