From b6f0304d8da47bd7d455183c8429aab05bb26ddf Mon Sep 17 00:00:00 2001 From: diSabler Date: Mon, 7 Jul 2014 12:27:50 +0400 Subject: fix: size of page for show url title --- plugins/www.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/www.py b/plugins/www.py index a6ff511..845f994 100644 --- a/plugins/www.py +++ b/plugins/www.py @@ -133,7 +133,7 @@ def get_content_title(link): for t in url_watch_ignore: if ll.endswith('.%s' % t): raise link = enidna(link) - original_page = load_page_size(urllib2.Request(link),8192) + original_page = load_page_size(urllib2.Request(link),16384) page = html_encode(original_page) if '