File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ charset-normalizer==3.3.2
17
17
dateparser == 1.1.6
18
18
ebbe == 1.13.2
19
19
json5 == 0.9.11
20
- lxml >= 4.9.2 , < 5
20
+ lxml >= 4.9.2
21
21
nanoid == 2.0.0
22
22
playwright == 1.35.0
23
23
playwright_stealth == 1.0.5
Original file line number Diff line number Diff line change 97
97
</table>
98
98
"""
99
99
100
+
101
+ # NOTE: CDATA is handled very differently depending on lxml & bs4 versions
100
102
THE_WORST_HTML = """
101
103
<div>Some text isn't
102
104
it?
136
138
<li>Other</li>
137
139
<li>Again</li>
138
140
</ol>
139
- <p>
140
- <![CDATA[some very interesting stuff]]></p>
141
141
<p>
142
142
This is <span>a large span </span>
143
143
with something else over <strong>here</strong>.
@@ -997,8 +997,6 @@ def clean(t):
997
997
Other
998
998
Again
999
999
1000
- some very interesting stuff
1001
-
1002
1000
This is a large span with something else over here.
1003
1001
1004
1002
Hello gorgeous!
You can’t perform that action at this time.
0 commit comments