<video id="video" class="playerVideo" autoplay="1" x-webkit-airplay="allow" src="**matchme.mp4**" type="video/mp4">
This is what I have so far:
(?<=<video[^<>]+src=")/w*(?<!"[^<>]/video>)
I think my problems are stemming from not being able to use repetition within a lookaround. Just to be clear, i want to match the value inside the src attribute of a video tag,not including the attribute itself (src="matchme").