update genre parse. fixes #635

This commit is contained in:
j 2012-02-29 15:52:12 +01:00
parent 6bd249a5ae
commit cf33e530f4

View file

@ -135,7 +135,10 @@ class Imdb(SiteParser):
},
'genre': {
'page': 'combined',
're': '<a href="/Sections/Genres/.*?/">(.*?)</a>',
're': [
'<h5>Genre:</h5>(.*?)<hr',
'<a href="/Sections/Genres/.*?/">(.*?)</a>'
],
'type': 'list'
},
'gross': {