diff options
Diffstat (limited to 'mods')
| -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']" + } +} |
