PlaidWeb / reblob

Python program and library for extracting a quoted blog reply
MIT License
3 stars 0 forks source link

Be smarter about images wrapped in links #2

Open fluffy-critter opened 5 years ago

fluffy-critter commented 5 years ago

If we see something like

<a href="image"><img src="thumbnail"></a>

this could probably turn into

<img src="image">

although that should be configurable.