Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alkorgun/blacksmith-2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlKorgun@gmail.com <AlKorgun@gmail.com@94c44753-77e5-68b8-8764-2ca2b8acb85e>2012-10-08 05:01:32 +0400
committerAlKorgun@gmail.com <AlKorgun@gmail.com@94c44753-77e5-68b8-8764-2ca2b8acb85e>2012-10-08 05:01:32 +0400
commitda9ce1f7d8ee223cba175bffa2078e956a75c077 (patch)
treeb56260f01f84a7fc552dfda019c91b0b79f7b7a1
parentf75a50af78a57c4d215b2abe34269f92005f3bdb (diff)
hot allweb fix
-rw-r--r--expansions/allweb/code.py2
-rw-r--r--librarys.zipbin265624 -> 84698 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/expansions/allweb/code.py b/expansions/allweb/code.py
index bc2c5b1..df76e1e 100644
--- a/expansions/allweb/code.py
+++ b/expansions/allweb/code.py
@@ -277,7 +277,7 @@ class expansion_temp(expansion):
except:
answer = self.AnsBase[0]
else:
- list = get_text(data
+ list = get_text(data, '<div id="main">', "</div>")
if list:
comp = compile__('<td align="center">%s((?:\d\.\d)+|\d+?)</font></td><td>%s<a href="/title/tt\d+?/">' \
'(.+?)</a>(.+?)</font></td><td align="right">%s(.+?)</font>' \
diff --git a/librarys.zip b/librarys.zip
index 7852651..98faac3 100644
--- a/librarys.zip
+++ b/librarys.zip
Binary files differ