-
+# -*- coding: utf-8 -*-
+# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
from sunburnt import sunburnt
from lxml import etree
import urllib
break
start -= 1
- while end < totlen:
+ while end < totlen - 1:
if is_boundary(text[end + 1]):
break
end += 1
snip = text[start:end]
matches.sort(lambda a, b: cmp(b[0], a[0]))
- print matches
for (s, e) in matches:
off = - start