summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Tanlak <philipp.tanlak@gmail.com>2024-02-21 21:51:12 +0100
committerPhilipp Tanlak <philipp.tanlak@gmail.com>2024-02-21 21:51:12 +0100
commitba009a9949a007a03e2e966e285f463a5ff4b758 (patch)
tree69b3d0df3fa83814cdbc2043a0e40aabee7abfe6 /README.md
parente2e0ed8fa7d26a23f77b378907b3f902be9e028e (diff)
Remove the setup function while we can
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
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