Merge pull request #27 from kpn3m0/master
Added rutracker.org and habrahabr.ru configs
This commit is contained in:
6
mods/habrahabr.ru.json
Normal file
6
mods/habrahabr.ru.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"habrahabr.ru":{
|
||||
"type": "xpath",
|
||||
"xpath": "div[@class='content html_format']"
|
||||
}
|
||||
}
|
6
mods/rutracker.org.json
Normal file
6
mods/rutracker.org.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"rutracker.org":{
|
||||
"type": "xpath",
|
||||
"xpath": "td[@class='message td2']"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user