MCPcopy Create free account
hub / github.com/Tjatse/node-readability / defSettings

Function defSettings

lib/reader.js:31–34  ·  view source on GitHub ↗

* Default settings.

()

Source from the content-addressed store, hash-verified

29 * Default settings.
30 */
31function defSettings(){
32 tagsToSkip = 'aside,footer,label,nav,noscript,script,link,meta,style,select,textarea,iframe';
33 util._extend(regexps, extRegexps);
34}
35
36defSettings();
37

Callers 1

reader.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…