This commit is contained in:
DiMartinoXBMC 2015-07-27 21:02:50 +03:00
parent 69834e8204
commit af01505265

View File

@ -156,7 +156,9 @@ class SearcherABC:
('>', '>'),
('"', '"'),
("'", '''),
("&", '&'),)
("&", '&'),
("'", '''),
("&", '&'),)
stripPairs = (
('<p>', '\n'),