09-23-2015, 12:01 AM
pattern="(?=http://www.domain.com/video)(.*?)(?=..class=)"
I had to change the preceded by code from (?<=) to (?=)
No idea why this would work, but it does.
I had to change the preceded by code from (?<=) to (?=)
No idea why this would work, but it does.
