Limnoria/plugins/Web
Daniel Folkinshteyn b533290c7a Web: fix problems with title snarfer and unicode due to bug in HTMLParser in python 2.6+
Upstream bug: http://bugs.python.org/issue3932
Rather than override the unescape method with the patch posted, we just convert the page
text to unicode before passing it to the HTMLParser. UTF8 and Latin1 will eat just about
anything.
2011-10-11 13:06:27 -04:00
..
__init__.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
config.py Web: add 'timeout' config for web fetch, default 5 sec. 2011-06-13 16:42:57 -04:00
plugin.py Web: fix problems with title snarfer and unicode due to bug in HTMLParser in python 2.6+ 2011-10-11 13:06:27 -04:00
README.txt Added the Web plugin (from pieces of Http, Fun, and URL) in the new plugin format. 2005-02-01 09:41:54 +00:00
test.py Web: fix problems with title snarfer and unicode due to bug in HTMLParser in python 2.6+ 2011-10-11 13:06:27 -04:00

Insert a description of your plugin here, with any notes, etc. about using it.