Revert "Update miraheze.org list with checkalive.py"

Some 70 % of the removed wikis still return an HTTP 200 although they
may be frozen or closed.

Tested with:

git show | grep ^- | cut -f3 -d/ | sed --regexp-extended 's,(.+),https://\1/wiki/,g' | sort | shuf -n 100 | xargs -I§ -P10 sh -c "curl -Is -w '%{stderr}%{http_code}\n' § > /dev/null" 2>&1 | sort | uniq -c

This reverts commit 0a3dc23f98.
master
Federico Leva 11 months ago
parent 0a3dc23f98
commit 1b02cee1d5

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save