npm
Repository
DisQada
Preparing search index...
The search index is not available
Home
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Scraper
AttrStr
Type Alias AttrStr
Attr
Str
:
`
${
AttrKey
}
=
${
string
}
`
|
AttrKey
String defining an attribute key or key-value pair.
Used for selector attributes only
npm
Repository
DisQada
Scraper -
v2.0.3
Attr
Key
All valid HTML tag attribute keys.
Attrs
Obj
Object containing node attributes.
Attr
Str
String defining an attribute key or key-value pair.
Attr
Value
Value of an attribute.
Child
Child node, which can be a Node or a string.
Get
Attr
Function to get the value of an attribute.
Get
Child
Function to find a child node based on a selector.
Get
Text
Function to get the text content of a node.
HTMLStr
A string representing HTML content.
HTMLTag
All valid HTML tags.
Mod
Node
Node with additional methods for manipulation.
Mods
Additional methods for node manipulation.
Node
Represents an HTML node.
Selector
Represents a selector used to find nodes in an HTML structure.
Text
Options
Options for getting the text content of a node.
find
Node
Finding a node according to the given selector.
grab
Attr
Grabs an attribute value from the given HTML string or node array based on the selector.
grab
Child
Grabs a node from the given HTML string or node array based on the selector.
grab
Node
Grabs a node from the given HTML string or node array based on the selector.
grab
Text
Grabs the text content from the given HTML string or node array based on the selector.
parse
Parses an HTML string into an array of nodes and text.
String defining an attribute key or key-value pair.
Used for selector attributes only