WikiTeam / wikiteam

Tools for downloading and preserving wikis. We archive wikis, from Wikipedia to tiniest wikis. As of 2024, WikiTeam has preserved more than 600,000 wikis.
https://github.com/WikiTeam
GNU General Public License v3.0
730 stars 151 forks source link

Use GET rather than POST for allpages API query #346

Closed nemobis closed 4 years ago

nemobis commented 4 years ago

POST does not follow the redirect from HTTP to HTTPS, which makes the request (and the entire dump) fail if an API URL is passed like http://7daystodie-de.gamepedia.com/api.php

Fixes https://github.com/WikiTeam/wikiteam/issues/334