We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efdd4f commit c19ca79Copy full SHA for c19ca79
2 files changed
selectolax/parser.pyi
@@ -536,7 +536,9 @@ class Node:
536
...
537
538
class HTMLParser:
539
- """The HTML parser.
+ """The HTML parser using modest backend.
540
+
541
+ This backend is **deprecated**. Please use `lexbor` backend instead.
542
543
Use this class to parse raw HTML.
544
selectolax/parser.pyx
@@ -8,7 +8,9 @@ include "modest/util.pxi"
8
include "utils.pxi"
9
10
cdef class HTMLParser:
11
12
13
14
15
16
0 commit comments