Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow support from different iso codes #7

Closed
Smolky opened this issue Feb 6, 2018 · 1 comment
Closed

Allow support from different iso codes #7

Smolky opened this issue Feb 6, 2018 · 1 comment

Comments

@Smolky
Copy link

Smolky commented Feb 6, 2018

Hi. I think it would be interesing to allow to extract contents from different languages. In my case, I need to recover information from the Spanish wikipedia, so I changed in QueryBuilder

protected $url = "http://en.wikipedia.org/w/api.php";

to

protected $url = "http://es.wikipedia.org/w/api.php";

I think it would be interesting to set the iso code both from QueryBuilder and the Wikipedia classes. What do you think?

@Smolky
Copy link
Author

Smolky commented Feb 6, 2018

Sorry. I don't realize this issue is duplicated.

@Smolky Smolky closed this as completed Feb 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant