Skip to content

Commit 52ec938

Browse files
committed
Updated docs
1 parent df2e235 commit 52ec938

3 files changed

Lines changed: 5 additions & 19 deletions

File tree

CHANGES.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,17 @@ v0.2.0, 2014-12-22 --
6363
v0.2.1, 2014-12-22 --
6464
- fixed an oopsy in setup.py and some other minor tweaks to docs
6565

66-
v0.3, 2015-07-01 --
67-
- Added plugin support using the PluginResolver class
66+
v0.3, 2015-07-03 --
67+
- Added plugin support
6868
- Created plugin directory
6969
- Removed the ImgurPageResolver class, replaced with the imgur.py plugin.
7070
- Added instagram, flickr plugins
7171
- Changed WebResolver defaults, load_images and use_js_ruleset now default to true.
72-
- Added another rule to the js_ruleset to help resolve Yahoo article images
72+
- Added another rule to the js_ruleset
7373
- Added several command options to resolveimg.py to help with debugging and
7474
performance testing.
7575
- Fixed some bugs
7676
- changed data files installation directory after installing
7777
from setup.py
78+
79+

README.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ USAGE
1616
try:
1717
i = imageresolver.ImageResolver()
1818
i.register(imageresolver.FileExtensionResolver())
19-
i.register(imageresolver.PluginResolver())
2019
i.register(imageresolver.WebpageResolver(load_images=True, parser='lxml',blacklist='easylist.txt'))
2120
url = sys.argv[1]
2221

@@ -84,13 +83,6 @@ FileExtensionResolver() METHODS
8483

8584
Returns the url if the extention matches a possible image
8685

87-
PluginResolver() METHODS
88-
---------------------------
89-
90-
**resolve** *(string url)*
91-
92-
Returns an image url if `url` matches the pattern of a plugin
93-
9486
WebpageResolver() METHODS
9587
-------------------------
9688

docs/README.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ USAGE
1616
try:
1717
i = imageresolver.ImageResolver()
1818
i.register(imageresolver.FileExtensionResolver())
19-
i.register(imageresolver.PluginResolver())
2019
i.register(imageresolver.WebpageResolver(load_images=True, parser='lxml',blacklist='easylist.txt'))
2120
url = sys.argv[1]
2221

@@ -84,13 +83,6 @@ FileExtensionResolver() METHODS
8483

8584
Returns the url if the extention matches a possible image
8685

87-
PluginResolver() METHODS
88-
---------------------------
89-
90-
**resolve** *(string url)*
91-
92-
Returns an Imgur image url if `url` matches the pattern of a plugin
93-
9486
WebpageResolver() METHODS
9587
-------------------------
9688

0 commit comments

Comments
 (0)