From 587c933112187483fac09fae61a95eae1db84b98 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 03 Nov 2013 17:36:46 +0000
Subject: [PATCH] 1. Zmiana nazw kanałów AXN (Crime/Sci-Fi -> Black/White) 2. Usunięcie kanału RSS Linux News 3. Inne drobne zmiany (wspierane PHP >= 5.3)

---
 data/tv/wp_parse.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/data/tv/wp_parse.php b/data/tv/wp_parse.php
index f3cb7c7..716f2df 100644
--- a/data/tv/wp_parse.php
+++ b/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.');
 		}

--
Gitblit v1.9.1