Hi guys,
Could you please help me with a regular expression please? I'm trying to pull the list of Producers from IMDB's combined page? (see below as an example):
http://www.imdb.com/title/tt0126029/combined
I have this so far, but it's not working:
findline "Produced by" 1 1
unspace
if "
"
findinline "Produced by"
outputto "PRODUCERS"
joinuntil ""
sayregexp "/">[^<]+(?=<)" "@@" ""
Thanks in advance folks!