smicallef / spiderfoot

SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
http://www.spiderfoot.net
MIT License
13.28k stars 2.29k forks source link

SpiderFootHelpers: extractLinksFromHtml: Use BeautifulSoup lxml parser #1711

Closed bcoles closed 2 years ago

bcoles commented 2 years ago

Reverts #1663

codecov-commenter commented 2 years ago

Codecov Report

Merging #1711 (92fbe62) into master (66e6719) will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1711      +/-   ##
==========================================
- Coverage   46.54%   46.54%   -0.01%     
==========================================
  Files         709      709              
  Lines       46878    46878              
==========================================
- Hits        21820    21819       -1     
- Misses      25058    25059       +1     
Impacted Files Coverage Δ
spiderfoot/helpers.py 80.79% <100.00%> (ø)
test/unit/spiderfoot/test_spiderfoothelpers.py 100.00% <100.00%> (ø)
sfscan.py 77.43% <0.00%> (-0.28%) :arrow_down:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more