1
0

Merge pull request #27 from kpn3m0/master

Added rutracker.org and habrahabr.ru configs
This commit is contained in:
2014-01-03 10:19:41 -08:00
2 changed files with 12 additions and 0 deletions

6
mods/habrahabr.ru.json Normal file
View File

@ -0,0 +1,6 @@
{
"habrahabr.ru":{
"type": "xpath",
"xpath": "div[@class='content html_format']"
}
}

6
mods/rutracker.org.json Normal file
View File

@ -0,0 +1,6 @@
{
"rutracker.org":{
"type": "xpath",
"xpath": "td[@class='message td2']"
}
}