clear failed piratecinema.org posters, fixes #3209
This commit is contained in:
parent
d5d45ad681
commit
031439ccd5
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ def get_poster_urls(m):
|
|||
|
||||
poster = ox.web.piratecinema.get_poster_url(m.imdb_id)
|
||||
if poster:
|
||||
m.postercache.filter(url__contains='piratecinema.org', failed=True).delete()
|
||||
addPoster(poster, 'piratecinema.org', m.imdb_id)
|
||||
|
||||
if m.criterion_id:
|
||||
|
|
Loading…
Reference in a new issue