File size: 502B
<?
$file=preg_replace('|<!DOCTYPE(.*?)</script></div>|is', '',$file);
$file=preg_replace('|<!DOCTYPE(.*?)</a></div>|is', '',$file);
$file=preg_replace('|<div class="footer">(.*?)</html>|is', '',$file);
$file=str_replace('/static/','http://m.gismeteo.ru/static/',$file);
$file=str_replace('href="','href="?id=',$file);
$file=str_replace("location.href='/weather/","location.href='?id=/weather/",$file);
$file=preg_replace('|<div class="footer__copy">(.*?)версия</a></td>|is', '',$file);
?>