jikan-me/jikan

Anime synopsis missing newlines between paragraphs

Closed this issue · 0 comments

ToshY commented

Problem

Anime synopsis are missing newlines between paragraph due to usage of meta description for XPath.

Reproduction

Example MAL ID 6

Solution

  1. Update XPath for Synopsis to no longer use meta tag for description, but actual content: //p[@itemprop='description'].
  2. Update existing test by changing the assertStringContainsString to assertEquals on exact description including newlines.