diff options
| author | Markus Birth <github.com@birth-online.de> | 2014-01-03 10:19:41 -0800 |
|---|---|---|
| committer | Markus Birth <github.com@birth-online.de> | 2014-01-03 10:19:41 -0800 |
| commit | f668480416710f761b55924f3a727a81ce93e1a9 (patch) | |
| tree | cbb60963203bebea9b6c6273f9b4cb7497452914 | |
| parent | 1c2ad7105a2fb2a446a122d8daa2048aa0f5bbbb (diff) | |
| parent | ae8ef9ff17624b668a5f780656ebf2a9246e635e (diff) | |
| download | yafpp-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.json | 6 | ||||
| -rw-r--r-- | mods/rutracker.org.json | 6 |
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']" + } +} |
