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

Adding OOP in the payloader doesn't help with the response format #62

Closed josuebrunel closed 9 years ago

josuebrunel commented 9 years ago

Seems like since in the payloader _oop_ has been added

payload = {
    'q' : query,
    'callback' : 'oop', #This is not javascript
    'diagnostics' : self.diagnostics, 
    'format' : format,
    'debug': self.debug,
    'jsonCompact': self.jsonCompact
    }

The response isn't formatted anymore. I think it should be removed