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 /mods/habrahabr.ru.json | |
| 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
Diffstat (limited to 'mods/habrahabr.ru.json')
| -rw-r--r-- | mods/habrahabr.ru.json | 6 |
1 files changed, 6 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']" + } +} |
