diff options
| -rw-r--r-- | mods/rutracker.org.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mods/rutracker.org.json b/mods/rutracker.org.json index bc1727e..24c5dbb 100644 --- a/mods/rutracker.org.json +++ b/mods/rutracker.org.json @@ -1,4 +1,6 @@ -"rutracker.org":{ -"type": "xpath", -"xpath": "td[@class='message td2']" +{ + "rutracker.org":{ + "type": "xpath", + "xpath": "td[@class='message td2']" + } } |
