scrapy / parsel

Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors
BSD 3-Clause "New" or "Revised" License
1.15k stars 146 forks source link

Add support for the new cssselect API used in :has(). #257

Closed wRAR closed 2 years ago

wRAR commented 2 years ago

Probably shouldn't be merged until csselect 1.2.0 is actually released.

codecov[bot] commented 2 years ago

Codecov Report

Merging #257 (45ea46a) into master (9638be2) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #257   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          138       138           
  Branches        29        29           
=========================================
  Hits           138       138           
Impacted Files Coverage Δ
parsel/csstranslator.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.