forked from buriy/python-readability
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathVERSIONS
More file actions
28 lines (22 loc) · 928 Bytes
/
VERSIONS
File metadata and controls
28 lines (22 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Changes in VERSION 0.1.07
- No more data field in the main_image_dict
Changes in VERSION 0.1.06
- Fix bug where we were not grabbing the actual largest image. Thanx to
github use boamaod for catching this.
Changes in VERSION 0.1.05
- Fix for possible KeyError
Changes in VERSION 0.1.04
- Drop image tags that are too small
Changes in VERSION 0.1.03
- Base 64 encode the image.
- Changed rename 'object' field to 'data' in the main_image_dict
- Added 'format' field to main_image_dict to store name of image format
Changes in VERSION 0.1.02
Added ability to get "main image"
- Document class now has main_image_dict attribute which is populated
by the summary() method
- Added a requirements.txt
Changes in VERSION 0.1.01
Began customizing Readability
-Added several divs to unlikelyCandidatesRe
-Moved media div from negative to positive