thp / urlwatch

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.
https://thp.io/2008/urlwatch/
Other
2.81k stars 352 forks source link

add missing required dependency bs4 #752

Closed monperrus closed 1 year ago

thp commented 1 year ago

As mentioned in the docs (source), bs4 is optional. What was missing in the documentation is that bs4 is also needed for html2text with method: bs4, this has been fixed in 56c8b56b8525fff9aa53addd466e17703ac84604. Thanks!