- Nothing changed yet.
- Quickfix: Always try to parse JSON (as default) from response Youtube stopped sending correct Content-Type header: text/html instead of JSON [laulaz]
- Add timeout Give the possibility to add a urllib timeout for a OEmbedEndpoint [jfroche]
- support non-standard text/javascript response [sk1p, abarmat]
- Fix packaging por pypi
- Add Python 3 compatibility
- If the endpoint URL already had URL parameters, use an ampersand instead to append URL parameters.
- Fix build problems in setup.py
- Update code format
- Improve import selection of JSON and XML libraries
- Remove unused files
- Bugfix: resolved issue #1
- Added test case to the URL matching
- Fixed mime-type check. It failed when more tokens where present in the content-type.
- Added new mime-type "application/xml".
- Changed minor error on package descriptor.
- First release