josuebrunel / myql

mYQL is a Python wrapper of the Yahoo! Query Language a.k.a YQL (Finances, ...)
https://myql.readthedocs.org/en/latest/
MIT License
31 stars 8 forks source link

Format not taken into account #82

Closed josuebrunel closed 9 years ago

josuebrunel commented 9 years ago

The format defined while instanciating MYQL is not taken into account.

>>> yql = myql.MYQL(format='xml')
>>> resp = yql.select(...)

_resp.content_ is still a json