This commit is contained in:
j 2010-07-19 11:53:13 +02:00
parent 01c0b7ecc5
commit 80385abcd0

View file

@ -44,7 +44,7 @@ def getData(id):
result = findRe(html, "<div class=\"purchase\">(.*?)</div>")
if 'Blu-Ray' in result or 'Essential Art House DVD' in result:
result = re.compile("<div class=\"editioninfo\">(.*?)</div>", re.DOTALL).findall(html)[1]
result = re.compile('<h3 class="section_title first">Other Editions</h3>(.*?)</div>', re.DOTALL).findall(html)[0]
result = findRe(result, "<a href=\"(.*?)\"")
if not "/boxsets/" in result:
data["posters"] = [result]