fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added overwrite option to genslugs.py.
[wolnelektury.git]
/
lib
/
librarian
/
html.py
diff --git
a/lib/librarian/html.py
b/lib/librarian/html.py
index
bb5a637
..
3dd70f5
100644
(file)
--- a/
lib/librarian/html.py
+++ b/
lib/librarian/html.py
@@
-109,7
+109,7
@@
def extract_fragments(input_filename):
for event, element in etree.iterparse(input_filename, events=('start', 'end')):
# Process begin and end elements
for event, element in etree.iterparse(input_filename, events=('start', 'end')):
# Process begin and end elements
- if element.
tag == 'span' and element.
get('class', '') in ('theme-begin', 'theme-end'):
+ if element.get('class', '') in ('theme-begin', 'theme-end'):
if not event == 'end': continue # Process elements only once, on end event
# Open new fragment
if not event == 'end': continue # Process elements only once, on end event
# Open new fragment