Skip to content

Commit

Permalink
Add age verification cookie to HotMovies
Browse files Browse the repository at this point in the history
  • Loading branch information
Maista6969 committed Oct 18, 2024
1 parent 48e71c8 commit e4d9ece
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions scrapers/Hotmovies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ xPathScrapers:
selector: //small[text()="Stats:"]/following-sibling::text()[1]
postProcess:
- replace:
- regex: "[ \"]"
- regex: '[ "]'
with: ""
Image: //a[@class="star__profile__headshot fancy"]/@href
HairColor:
Expand Down Expand Up @@ -148,4 +148,14 @@ xPathScrapers:
URL:
selector: //div[@class="animated-scene-hiddentxt"]/a/@href
postProcess: *baseUrl
# Last Updated January 18, 2024

driver:
cookies:
- CookieURL: "https://www.hotmovies.com"
Cookies:
- Name: "ageConfirmed"
Domain: "www.hotmovies.com"
Value: "true"
Path: "/"
# Last Updated October 18, 2024

0 comments on commit e4d9ece

Please sign in to comment.