blue ray
This commit is contained in:
parent
01c0b7ecc5
commit
80385abcd0
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue