Skip to content

Commit

Permalink
fixes #520 #521
Browse files Browse the repository at this point in the history
  • Loading branch information
irfan-dahir committed Apr 19, 2023
1 parent 4aa4a08 commit d290ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parser/Anime/StreamEpisodeListItemParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function getTitle(): string
*/
public function getEpisode(): string
{
return Parser::removeChildNodes($this->crawler->filterXPath('//a/div/span[@class="title"]'))->text();
return Parser::removeChildNodes($this->crawler->filterXPath('//a/div/span[contains(@class,"title")]'))->text();
}

/**
Expand Down

0 comments on commit d290ac7

Please sign in to comment.