- created a workaround for sharethis hashbang urls, which urllib2 doesn't like - we need to move to requests.py
0.4.11
- added more relaxed controls for parsing safe files
0.4.10
- fixed force_parse arg on init - added support for more filetypes
0.4.9
- support for gzip documents that pad with extra data ( spec allows, python module doesn't ) - ensure proper document format
0.4.8
- added support for twitter's own og style markup - cleaned up the beautifulsoup finds for og data - moved 'try' from encapsulating 'for' blocks to encapsulating the inner loop. this will pull more data out if an error occurs.