($node)
| 88 | if (!matchingSelector) return null; |
| 89 | |
| 90 | function transformAndClean($node) { |
| 91 | makeLinksAbsolute($node, $, opts.url || ''); |
| 92 | cleanBySelectors($node, $, extractionOpts); |
| 93 | transformElements($node, $, extractionOpts); |
| 94 | return $node; |
| 95 | } |
| 96 | |
| 97 | function selectHtml() { |
| 98 | // If the selector type requests html as its return type |
no test coverage detected