bitbot-irc / bitbot

https://bitbot.dev | Python3 event-driven modular IRCv3 bot 🤖

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link title preview fails [solved with workaround]

poVoq opened this issue · comments

commented

I had an issue with html5lib not parsing link titles with the develop branch.

Turns out the version 1.0.1 from the requirements.txt wasn't working, but replacing it with the newer 1.1 via:

pip uninstall html5lib
pip install html5lib

did the trick.