Jacek Kowalski
2016-02-12 ddfb6ac0d4ebfebc66489f1822c6457cd0ca0a18
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.');
      }