Thread: ioNiNJA
View Single Post
Old 01-30-2012, 08:47 PM  
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

in imdb.tcl exchange

if {[set matches [regexp -nocase -all -inline {<a href="/Sections/Genres/.+?/">(.+?)</a>} $data]] != ""} {
to:

if {[set matches [regexp -nocase -all -inline {<a href="/Sections/Genres/.+?/">([A-Za-z0-9]+)</a>} $data]] != ""} {
__________________
ioNiNJA
o_dog is offline   Reply With Quote