Fetches the content of a specific Wikipedia page. It returns the extracted content as a string.
content(page: string, redirect: boolean = true): Promise<string>| Name | Type | Description |
|---|---|---|
page* | string | The specific Wikipedia page to fetch its content. |
redirect | boolean | Default: trueA boolean value to indicate whether to redirect or not. |