From f6b291151172e59331825e5fe67b4d494ca5c5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 16 Mar 2013 23:00:38 +0100 Subject: [PATCH] canalplus: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Revol --- modules/canalplus/browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/canalplus/browser.py b/modules/canalplus/browser.py index b77c2e67..47e2171b 100644 --- a/modules/canalplus/browser.py +++ b/modules/canalplus/browser.py @@ -52,7 +52,7 @@ class CanalplusBrowser(BaseBrowser): r'http://service.canal-plus.com/video/rest/getMEAs/cplus/.*': VideoPage, } - #We need lxml.etree.XMLParser for read CDATA + #We need lxml.etree.XMLParser to read CDATA PARSER = XMLParser() FORMATS = { 'sd': 'BAS_DEBIT',