View Single Post
Old 02-12-2005, 01:59 PM  
tuff
Senior Member
 
Join Date: Jan 2003
Posts: 277
Default

quick fix...

in imdb.tcl find the following

set ttcode "0000001"
if [regexp {/title/tt[0-9]+} $html ttcode] {
set pos [string last / $ttcode] ; incr pos
set ttcode [string range $ttcode $pos end]
}

and ADD DIRECTLY AFTER THIS

if [regexp {/Title\?[0-9]+} $html ttcode] {
set pos [string last / $ttcode] ; incr pos + 5
set ttcode [string range $ttcode $pos end]
}

no more crashing... kthx
__________________
#iotools #ioftpd (both on efnet)
tuff is offline   Reply With Quote