I keep getting "NameError: global name 'meta' is not defined" on line 205 as an error. Anybody else?
My guess:
change line 205 from
Code:
if meta.getAttribute("name") == "author":
to
Code:
if child.getAttribute("name") == "author":
Seems to produce the right output (with author and title correctly set).
Thanks a ton for epub2pdf.sh and the new GUI!