Quote:
Originally Posted by raymor
You probably should be using a parser because your regexes and such are going to get out of hand as the project grows. That said, the .* will include > so you need a class there and the ? is meaningless given the * . So you're looking at something like:
/<h1 class="video-title([^>]*)\">([^<]*)<\/h1>/
|
ya its only one regex in the script.