This commit is contained in:
Yuvi9587
2025-08-27 19:51:42 -07:00
parent 6e993d88de
commit 65b4759bad
3 changed files with 0 additions and 19 deletions

View File

@@ -15,7 +15,6 @@ def fetch_nhentai_gallery(gallery_id, logger=print):
"""
api_url = f"https://nhentai.net/api/gallery/{gallery_id}"
# Create a cloudscraper instance
scraper = cloudscraper.create_scraper()
logger(f" Fetching nhentai gallery metadata from: {api_url}")