Skip to content

Commit

Permalink
[HotMovies] bypass age verification
Browse files Browse the repository at this point in the history
closes #2131
doesn't work with cookie driver but headers are fine
  • Loading branch information
feederbox826 committed Dec 18, 2024
1 parent 20cbd0b commit dde58cf
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions scrapers/Hotmovies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,10 @@ xPathScrapers:
postProcess: *baseUrl

driver:
cookies:
- CookieURL: "https://www.hotmovies.com"
Cookies:
- Name: "ageConfirmed"
Domain: "www.hotmovies.com"
Value: "true"
Path: "/"
# Last Updated October 18, 2024
headers:
- Key: User-Agent
Value: stash-scraper
- Key: Cookie
Value: ageConfirmed=true
# Last Updated December 17, 2024

0 comments on commit dde58cf

Please sign in to comment.