filter out scene strips

This commit is contained in:
j 2010-09-17 12:09:57 +02:00
parent ddf457f082
commit 5c801ff41b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import ox.web.impawards
from oxdata.lookup.models import MovieId
def getPosters(movie_id, url_prefix='', limit=lambda x, y: 0.2 < x/y < 1):
def getPosters(movie_id, url_prefix='', limit=lambda x, y: 0.3 < x/y < 1):
if not movie_id:
return {}
getPosterUrls(movie_id)