filter out scene strips
This commit is contained in:
parent
ddf457f082
commit
5c801ff41b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import ox.web.impawards
|
||||||
|
|
||||||
from oxdata.lookup.models import MovieId
|
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:
|
if not movie_id:
|
||||||
return {}
|
return {}
|
||||||
getPosterUrls(movie_id)
|
getPosterUrls(movie_id)
|
||||||
|
|
Loading…
Reference in a new issue