Skip to content

Commit

Permalink
Merge pull request #2056 from feederbox826/master
Browse files Browse the repository at this point in the history
add ageGate cookies to AEBN
  • Loading branch information
feederbox826 authored Sep 30, 2024
2 parents 4f93b13 + 7b9888c commit 4e5bc89
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions scrapers/AEBN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,24 @@ xPathScrapers:
- replace:
- regex: ^([^?]+).*$
with: "https:$1"
driver:
cookies:
- CookieURL: "https://vod.aebn.com"
Cookies:
- Name: "ageGated"
Domain: "vod.aebn.com"
Value: ""
Path: "/"
- CookieURL: "https://gay.aebn.com"
Cookies:
- Name: "ageGated"
Domain: "gay.aebn.com"
Value: ""
Path: "/"
- CookieURL: "https://straight.aebn.com"
Cookies:
- Name: "ageGated"
Domain: "straight.aebn.com"
Value: ""
Path: "/"
# Last Updated July 06, 2022

0 comments on commit 4e5bc89

Please sign in to comment.