Code: Select all
# release date
if {[regexp {<h5>Release Date:</h5>(.*?)<a} $html dummy reldate]} {
regsub -all {<[^\>]*>} $reldate {} reldate
set reldate [string map {\n "" & " & "} $reldate]
set reldate [string trim $reldate]
set reldate [htmlcodes $reldate]
}
I just grabbed this copy and it gives the same error:OV2 wrote:Because imdb changed the layout of the search page.
http://overfiend.sessionclan.de/scripts/imdb.html
!imdb ContactOV2 wrote:What was the search term? I need something to reproduce the error.