diff --git a/scrapers/Hotmovies.yml b/scrapers/Hotmovies.yml index bb5610735..43fd4ef35 100644 --- a/scrapers/Hotmovies.yml +++ b/scrapers/Hotmovies.yml @@ -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