Minimal update to list of Wikia wikis

* Change API URL to HTTPS and fandom.com.
* New output of the script (403k wikis), changed to wikia.com for diff purposes.
pull/345/head
Federico Leva 4 years ago
parent 0eeb6bfcb0
commit aa0b133c1d

File diff suppressed because it is too large Load Diff

@ -29,7 +29,7 @@ def getlist(wikia, wkfrom = 1, wkto = 100):
return request.query()['query']['wkdomains']
def getall():
wikia = wiki.Wiki('http://community.wikia.com/api.php')
wikia = wiki.Wiki('https://community.fandom.com/api.php')
offset = 0
limit = 100
domains = {}

Loading…
Cancel
Save