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)
|