Hi Sheri,

> Did you have to edit your cookies.txt file?

No, there had been only a few from cinemazone - for two reasons:
1. I use Opera by default - not IE
2. on my machine all temporary files are stored in a ramdisk - so always clean 
after reboot.

> Your regex gives me an error from pcre when applied to one of the
> files I previously downloaded by other means: "PCRE exec
> failedMatching error -8 backtracking limit exceeded"

Got the same error for page 9. It seems there are some limitations for some 
regex-features. I also noticed some performance-issues, when running my regex 
on a big file. After some testing i modified my script:
- download each page one after another
- extract each relevant block (<tr>..</tr>) via regex into a vector
- extract required information for each vector-element via several regex

Best regards Detlef

Reply via email to