Good day!
I need help writing a parser. For example, earlier on my-hit.ru there was a jw player of the old version. You can look at the saved page of the page and see the source.
flashvars="file= http://a-11.my-hit.ru/data3/previews/8998.flv это ссылка на фильм."
In the parser, you could write:
preg_match( "#flashvars\=['\"](.*?)['\"]#is", $content, $matches );
Pay attention only to this code: #flashvars\=['\"](.*?)['\"]#is
So I managed to parse the link, but with the release of the 6th version of the jw player, May, the Hitters put it right away and the links on the site now need to be parsed differently, does anyone have any ideas?