pqzx / html2docx

Convert html to docx
MIT License
69 stars 49 forks source link

img without src will crash #60

Open arribatec-cloud-1 opened 11 months ago

arribatec-cloud-1 commented 11 months ago

File "/usr/local/lib/python3.9/site-packages/htmldocx/h2d.py", line 283, in handle_img src = current_attrs['src'] KeyError: 'src'

johnjor commented 11 months ago

I opened a PR for this: #63