Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Site request] bulbapedia.bulbagarden.net #5206

Closed
meanbean31 opened this issue Feb 17, 2024 · 2 comments
Closed

[Site request] bulbapedia.bulbagarden.net #5206

meanbean31 opened this issue Feb 17, 2024 · 2 comments

Comments

@meanbean31 meanbean31 changed the title [Site request] bulbapedia.bulbagarden.net/ [Site request] bulbapedia.bulbagarden.net Feb 17, 2024
@mikf
Copy link
Owner

mikf commented Feb 17, 2024

bulbapedia.bulbagarden.net as well as pidgi.net (#5205) are both wikimedia instances, meaning you can manually add support for them (#1658) by adding the following to your config:

{
    "extractor": {
        "wikimedia": {
            "pidgi": {
                "root": "https://www.pidgi.net",
                "api-path": "/wiki/api.php"
            },
            "bulbapedia": {
                "root": "https://bulbapedia.bulbagarden.net",
                "api-path": "/w/api.php"
            }
        }
    }
}

@mikf
Copy link
Owner

mikf commented Feb 17, 2024

I just realized you are the one who also opened the mariowiki.com issue (#3660).
Guess I'll also add these two sites natively, since I did it for mariowiki as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants