Creates an instance of SearchPage.
The name of the search query.
Optional
previousPage: SearchPageThe previous search page.
Optional
firstPageHTML: stringThe HTML content of the first search page.
Private
_isPrivate
_isPrivate
_namePrivate
_pagePrivate
_searchPrivate
_totalGets the next page of search results.
The next search page.
Will throw an error if the current page is the last page.
Gets the search results from the current search page.
The search results from the current search page.
Private
parse
class is designed to represent and manage the results of a search query on the Shinden.pl website. It handles the parsing of search result pages, navigation through multiple pages of results, and provides access to the individual search results.