Skip to content

Commit

Permalink
Merge pull request #2027 from SpecialKeta/lhf_fixdetails
Browse files Browse the repository at this point in the history
LoveHerFilms Fix details scraping
  • Loading branch information
feederbox826 authored Sep 15, 2024
2 parents 4342c49 + 4879521 commit 2b8144f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scrapers/LoveHerFilms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ xPathScrapers:
sceneScraper:
scene:
Title: //h1[@class='title']/text()
Details: //p[@class='description']/text()
Details:
selector: //div[@class='information']/p/text()
concat: "\n\n"
Date:
selector: //div[@class='date']/text()
postProcess:
Expand Down

0 comments on commit 2b8144f

Please sign in to comment.