* Fixed a bug with the images, where some of them would not be retrieved properly
1.4.2
* Fixed a bug with images, where JPG would not be properly formatted * Removed redirect/missing page code checks, because they might not be needed
1.4.1
* Expanded image extraction to include all images in the article
1.4
* Finished conversion to the wikia API from the wikipedia API
1.3.1
* Determine package version without importing ``wikipedia`` in setup.py. Fixes [50](https://github.com/goldsmith/Wikipedia/issues/50) reported by [arcolife](https://github.com/arcolife)
* Update ``requests`` dependency to v2.3.0
1.3
* wikipedia.languages() for easy access to all language prefixes * Conditional check for normalization in redirect queries. Fixes [47](https://github.com/goldsmith/Wikipedia/issues/47) * Remove pip requirement to fix pip installation error. Fixes [46](https://github.com/goldsmith/Wikipedia/issues/46issuecomment-44221725) reported by [oquidav](https://github.com/oquidave)