Mam dosć dziwny problem z parserem. Gdy chce pobrać linki z weeb,tv otrzymuje pustą strone a gdy podmienie tylko adres na wp.pl to wszystko działa. Czy to możliwe by strona była odporna na takie zagrywki?
<?php include('./simple_html_dom.php'); $html = file_get_html('http://weeb.tvl'); foreach($html->find('a') as $element) ?>