Hello guys,
I installed python and html2txt so that i write a script that will wget a video (latest news-broadcast/NOS-journaal). But it seems that i can't import the module html2txt in Python
error:
ImportError: No module named html2text
Any tips?
python / html2txt
Re: python / html2txt
Tried the command: "sudo python -m pip install html2text " Works!