From 5476a8a27e6c113dfef4c8020e25fbb0c44e6d8e Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 16 Jan 2011 19:00:19 +0000 Subject: [PATCH] russian sites are great for testing :) --- lib/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 7996addf7..8dc45e1dd 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -180,7 +180,7 @@ ERROR_PARSING_REGEXES = ( r"error '[0-9a-f]{8}'((<[^>]+>)|\s)+(?P[^<>]+)" ) -META_CHARSET_REGEX = r'[^"]+)" />' +META_CHARSET_REGEX = r']+charset=(?P[^">]+)' # Reference: http://www.the-interweb.com/serendipity/index.php?/archives/94-A-brief-analysis-of-40,000-leaked-MySpace-passwords.html COMMON_PASSWORD_SUFFIXES = ["", "1", "2", "123", "12", "3", "7", "07", "11", "4", "5", "!", ".", "*", "!!", "?", ";", "..", "!!!", ",", "@"]