You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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">
, soplot
ends up being set to the last such tag on the site.The text was updated successfully, but these errors were encountered: