Jacek Kowalski
2016-02-13 9f47c0fd4f94f45ce02c8c67ae59f5fc74f8ad9e
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.');
      }
@@ -132,4 +132,4 @@
      }
   }
}
?>
?>