Skip to content

Commit

Permalink
Update Caribbean scraper to get the displayed scene title
Browse files Browse the repository at this point in the history
  • Loading branch information
Maista6969 committed Nov 21, 2023
1 parent d59b99f commit 7841730
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scrapers/Carib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ xPathScrapers:
common:
$movieinfo: //div[@class="movie-info section divider"]
scene:
Title: /html/head/title/text()
# //div[contains(@class,"heading")]/h1/text()
Title: //div[contains(@class,"heading")]/h1/text()
Details: $movieinfo/p
URL:
selector: //link[@hreflang="ja-JP"]/@href
Expand Down

0 comments on commit 7841730

Please sign in to comment.