diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-05-17 01:48:23 -0700 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-05-17 01:48:23 -0700 |
| commit | 24618a80ccab39065ccb6b984dcda09933203e39 (patch) | |
| tree | 343449f8b28dbccf6912a32b5a9455f8cd0cc1b5 | |
| parent | 67ce6687baa476462be40cdf5692764d5fc3b69e (diff) | |
| parent | 1c2f8febdcc49f68d9db64d5d7fc4c3277f42955 (diff) | |
| download | ftr-site-config-24618a80ccab39065ccb6b984dcda09933203e39.tar.gz ftr-site-config-24618a80ccab39065ccb6b984dcda09933203e39.zip | |
Merge pull request #2 from timgws/patch-1
Fix the rules for urbandictionary.com.au
| -rw-r--r-- | urbandictionary.com.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/urbandictionary.com.txt b/urbandictionary.com.txt index 01ba69c..385c95c 100644 --- a/urbandictionary.com.txt +++ b/urbandictionary.com.txt @@ -1,3 +1,3 @@ title: //title -body: //td[@id='content'] -test_url: http://www.urbandictionary.com/define.php?term=Grown-Ass
\ No newline at end of file +body: //table[@id='entries'] +test_url: http://www.urbandictionary.com/define.php?term=Grown-Ass |
