-
- Version by `html2text --version`
html2text==2020.1.16
- Python version `python --version`
3.8.8 on Ubuntu WSL2
- Test script:
```python
from html2text import HTML2Text
h = HTML2T…
-
Hello,
trying to run the getDebianAnnouncements.py and parseDebian.py on my CentOS 7 machine I got stuck as parseDebian could not seem to read the files previous downloaded by getDebianAnnouncement…
-
```
Traceback (most recent call last):
File "/home/l29ah/rss2email/rss2email/r2e", line 5, in
rss2email.main.run()
File "/home/l29ah/rss2email/rss2email/rss2email/main.py", line 163, in r…
l29ah updated
4 years ago
-
I run `webchanges` once a day vai cron job with `--errors` to ... check for errors. There is one particular job that regularly reports (always the same) error, but during the normal run nothing sticks…
-
issue is bumpy install on python 3.8.10 WSL2
```
sudo apt install -y gitsome
```
```
Setting up gitsome (0.8.0+ds-4) ...
/usr/lib/python3/dist-packages/gitsome/github.py:792: SyntaxWarning…
-
There is the following in the code:
https://github.com/Alir3z4/html2text/blob/24aac8629f6a50ab262727815107384e0682cf42/html2text/__init__.py#L781
Of course someone managed to produce html with l…
-
`>>>import html2text`
`>>>html2text.__version__`
'3.02'
`>>>html2text.html2text('' or drop the whole tag and retry without passing the exception up?
FWIW, first parsing the HTML with Beautif…
-
html2text version 2020.1.16
Python version 3.9.5
```python3
import html2text
test = html2text.HTML2Text()
text = test.handle("Sample text K&N. Sample text.")
print(text)
```
**output:**…
-
- Version by `html2text --version`
```html2text==2019.9.26```
In the current version of html2text, if one tries to use the library through `html2text` function or `HTML2Text` class, there's no wa…
-
pip install html2text
Looking in indexes: https://mirrors.aliyun.com/pypi/simple
Collecting html2text
Downloading https://mirrors.aliyun.com/pypi/packages/81/41/0aba42dac6d0ffe0a721f7fe353acc70…