-
Traceback (most recent call last):
File "D:\Downloads\dark-fantasy-hack-tool-master\dark-fantasy-hack-tool-master\dark-fantasy-2.0.3.py", line 7, in
from html2text import html2text
ModuleNot…
-
I use html2text with the `--pad-tables` flag in my mailcap to read HTML email. Occasionally, html2text will fail when attempting to process an unholy nested table mess.
For example, the following h…
-
Currently I'm getting the same output between `lynx -dump` and wp2text:
```
$ /usr/bin/lynx -dump http://en.wikipedia.org/wiki/Poitiers | head
#[1]alternate [2]Edit this page [3]Wikipedia (en)…
-
- Version by `html2text --2016.9.19`
- Python version `python --2.7.13`
- `
import html2text
html = "<p>hello, this is <em>html2text</em></p><strong>it is strong…
-
Some web pages have errors. Rather than simply throwing an exception, it would be better to ignore benign errors and convert as much of the page as possible.
- Version by `html2text --version`: 202…
-
I'm working on a web crawling project where I need to convert HTML content into Markdown. However, I want certain HTML tags, like ..., to remain in their original HTML form in the Markdown output, wit…
-
It would be great if the fix from #177 for #142, which strips leading and trailing whitespace for emphasis/strong/underline/strikethrough, could also be applied to links and inline code where [leading…
-
## Version : 2016.9.19
## Python Version : 2.7.13
A large number of non-English web pages I'm working with break html2text.
Attached is an HTML file that replicates this issue.
`import html2te…
-
- Version by `html2text --2020.1.16`
- Test script
- Python version `python --3.9`
Hello Team,
Whenever we give
Input: `1. Hello My name is Subham` to this html2text.
output: `1\. Hello…
-
When using --pad-tables option, if the html contains a nested table, html2text throws an IndexError.
- Version by `html2text --version`
**html2text 2016.9.19**
- Test script
```
echo '' | html2text …