All I need comes from
var str = document.getElementById("content").innerHTML;
I need do do this:
var res = str.match(/stuff_I_want - stuff_I_dont_want + final_stuff_I_want/);
I did this
var res = str.match(/=http.*?.flv/gi);
But there are a lot of things in between that I don't want. The result is:
https://http/thing.com/file.php/1/cursos/sdsdsd/sdsdsdsd/videos/video-eap-3_ertyo.srt&
captions.fontsize=10&
captions.state=true&
file=https://dfdfdfdf.com/file.php/1/edcfr/videos/video-eap-3.flv
I would like to say I've opened another topic before this, but I thing people didn't understand me.
Tks everyone!