You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Thank you very much for your work. You did the great job. In my work I use your module a lot. Today I fond a small issue, it is very important to me.
In a few cases when I make request for example:
var wtf = require('wtf_wikipedia');
wtf.fetch('Michelle Obama', 'en', (err, doc) => {
console.log(JSON.stringify(doc.images()));
});
returns wrong images caption
It would be very nice if you can fix it. Thank you very much
The text was updated successfully, but these errors were encountered:
hey Pavlo, thanks.
ya, this is a weird one. I've never seen this syntax before:
[[File:Barack Obama family portrait 2011.jpg|thumb|left|Official portrait by [[Pete Souza]] of the Obama family in the [[Oval Office]], December 11, 2011.|234x234px]]
Hello. Thank you very much for your work. You did the great job. In my work I use your module a lot. Today I fond a small issue, it is very important to me.
In a few cases when I make request for example:
var wtf = require('wtf_wikipedia');
wtf.fetch('Michelle Obama', 'en', (err, doc) => {
console.log(JSON.stringify(doc.images()));
});
returns wrong images caption
It would be very nice if you can fix it. Thank you very much
The text was updated successfully, but these errors were encountered: