dijs / wiki

Wikipedia Interface for Node.js
MIT License
315 stars 61 forks source link

should handle Issue #55 - apiUrl broken #61

Closed kper closed 6 years ago

kper commented 6 years ago

In my opinion, the site https://awoiaf.westeros.org/api.php does not produce valid content anymore.

it.only('should handle Issue #55', function() {
    this.timeout(5000);
    return wiki({
      apiUrl: 'https://awoiaf.westeros.org/api.php',
      origin: null
    })
kper commented 6 years ago

Nevermind, it seems like it was only a temporary failure

Sorry!