From ba009a9949a007a03e2e966e285f463a5ff4b758 Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Wed, 21 Feb 2024 21:51:12 +0100 Subject: Remove the setup function while we can --- README.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f242168..94f013f 100644 --- a/README.md +++ b/README.md @@ -238,11 +238,6 @@ export const config = { }, }; -export function setup() { - // Optional setup function, called once before scraping starts. - // Can be used for authentication. -} - export default function ({ doc, url, absoluteURL }) { // doc - Contains the parsed HTML document // url - Contains the scraped URL -- cgit v1.2.3