refactor: replace's Selector inpt (text/body) with 1 argument called content
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ def test_scrapling():
|
||||
|
||||
@benchmark
|
||||
def test_parsel():
|
||||
return Selector(text=large_html).css(".item::text").extract()
|
||||
return Selector(content=large_html).css(".item::text").extract()
|
||||
|
||||
|
||||
@benchmark
|
||||
|
||||
Reference in New Issue
Block a user