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

Selector text doc #248

Closed shahidkarimi closed 1 year ago

shahidkarimi commented 1 year ago

New section in selector usage documentation for selector.text() function.

codecov[bot] commented 1 year ago

Codecov Report

Merging #248 (c6580cc) into selector-text (857ca72) will increase coverage by 2.23%. The diff coverage is n/a.

@@                Coverage Diff                 @@
##           selector-text      #248      +/-   ##
==================================================
+ Coverage          97.76%   100.00%   +2.23%     
==================================================
  Files                  5         4       -1     
  Lines                313       138     -175     
  Branches              67        29      -38     
==================================================
- Hits                 306       138     -168     
+ Misses                 3         0       -3     
+ Partials               4         0       -4     
Impacted Files Coverage Δ
parsel/xpathfuncs.py 100.00% <0.00%> (ø)
parsel/csstranslator.py 100.00% <0.00%> (ø)
parsel/selector.py

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

kmike commented 1 year ago

Thanks @shahidkarimi and @Gallaecio !