fix filmingLocations

This commit is contained in:
j 2013-05-15 00:23:00 +02:00
parent 8563ea8239
commit a93dc6e37b

View file

@ -135,7 +135,10 @@ class Imdb(SiteParser):
}, },
'filmingLocations': { 'filmingLocations': {
'page': 'locations', 'page': 'locations',
're': '<a href="/search/title\?locations=.*?">(.*?)</a>', 're': [
'<a href="/search/title\?locations=.*?".*?>(.*?)</a>',
lambda data: data.strip(),
],
'type': 'list' 'type': 'list'
}, },
'genre': { 'genre': {