scrapy / parsel

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

fix: `AttributeError` because XML parser don't have `drop_tree` method #259

Closed Laerte closed 1 year ago

Laerte commented 1 year ago

https://github.com/scrapy/parsel/pull/247#issuecomment-1294883850

codecov[bot] commented 1 year ago

Codecov Report

Merging #259 (1df3aae) into master (1913fb7) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 1df3aae differs from pull request most recent head 2527d91. Consider uploading reports for the commit 2527d91 to get more accurate results

@@            Coverage Diff            @@
##            master      #259   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          138       138           
  Branches        29        29           
=========================================
  Hits           138       138           

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