Jacek Kowalski
2012-11-27 4c7016fb3e2dd55de4389872ba5c6c65bbf5a582
Poprawka parsowania strony z programem telewizyjnym.
1 files modified
2 ■■■ changed files
data/tv/wp_parse.php 2 ●●● patch | view | raw | blame | history
data/tv/wp_parse.php
@@ -37,7 +37,7 @@
        }
        $this->context = $context->item(0);
        
        $name = $this->xpath->query('.//h2[@class="sh2"]//span//text()', $this->context);
        $name = $this->xpath->query('.//*[@class="sh2"]//span//text()', $this->context);
        if($name->length != 1) {
            throw new Exception('Nie znaleziono nazwy stacji, błędny HTML.');
        }