kvikshaug / grouphugs

A pircbot implementation whose sole purpose is creating fun, happiness and grouped hugs
http://gh.kvikshaug.no/
6 stars 3 forks source link

IMDB module sometimes prints a user review in place of the movie synopsis #22

Open oyvindio opened 11 years ago

oyvindio commented 11 years ago

https://github.com/murr4y/grouphugs/blob/master/src/main/scala/no/kvikshaug/gh/modules/IMDb.scala#L40

The xpath expression on this line is too general. Both the synopsis and user review is inside a <p itemprop="description">, so plot ends up being set to the last such tag on the site.