aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/adultempire.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2025-01-28 19:12:09 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2025-01-28 19:12:09 -0500
commita26df18796ff4e506b16bf32fcec9336233b9e2e (patch)
tree876512f59831cd670a90a0bc92bc85def6ea3d82 /gallery_dl/extractor/adultempire.py
parent0532a387ef5b7fcb4507a9b094dca37a5f635fe1 (diff)
New upstream version 1.28.5.upstream/1.28.5
Diffstat (limited to 'gallery_dl/extractor/adultempire.py')
-rw-r--r--gallery_dl/extractor/adultempire.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gallery_dl/extractor/adultempire.py b/gallery_dl/extractor/adultempire.py
index 1617414..c891b17 100644
--- a/gallery_dl/extractor/adultempire.py
+++ b/gallery_dl/extractor/adultempire.py
@@ -24,6 +24,9 @@ class AdultempireGalleryExtractor(GalleryExtractor):
GalleryExtractor.__init__(self, match)
self.gallery_id = match.group(2)
+ def _init(self):
+ self.cookies.set("ageConfirmed", "true", domain="www.adultempire.com")
+
def metadata(self, page):
extr = text.extract_from(page, page.index('<div id="content">'))
return {