|
@@ -32,7 +32,7 @@ namespace eval ud {
|
|
|
variable client "Mozilla/5.0 (compatible; Y!J; for robot study; keyoshid)"
|
|
variable client "Mozilla/5.0 (compatible; Y!J; for robot study; keyoshid)"
|
|
|
variable url http://www.urbandictionary.com/define.php
|
|
variable url http://www.urbandictionary.com/define.php
|
|
|
variable list_regexp {<td class='text'.*? id='entry_.*?'>.*?</td>}
|
|
variable list_regexp {<td class='text'.*? id='entry_.*?'>.*?</td>}
|
|
|
- variable def_regexp {id='entry_(.*?)'>.*?<div class='definition'>(.*?)</div>}
|
|
|
|
|
|
|
+ variable def_regexp {id='entry_(.*?)'>.*?<div class="definition">(.*?)</div>}
|
|
|
|
|
|
|
|
setudef flag ud
|
|
setudef flag ud
|
|
|
bind pub -|- $ud::trigger ud::handler
|
|
bind pub -|- $ud::trigger ud::handler
|