From 297835a9b2c1673ec62932271160bc036d95832c Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Mon, 24 Nov 2025 20:58:57 +0100 Subject: public -> docs --- public/docs/configuration/starting-url/index.html | 589 ---------------------- 1 file changed, 589 deletions(-) delete mode 100644 public/docs/configuration/starting-url/index.html (limited to 'public/docs/configuration/starting-url/index.html') diff --git a/public/docs/configuration/starting-url/index.html b/public/docs/configuration/starting-url/index.html deleted file mode 100644 index 77130fb..0000000 --- a/public/docs/configuration/starting-url/index.html +++ /dev/null @@ -1,589 +0,0 @@ - - - - - - - - - - - - - - - Starting URL – Flyscrape - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - -
-
-
- -
Starting URL
-
- -
-

Starting URL

-

The url config option allows you to specify the initial URL at which the scraper should start its scraping process.

-
Configuration
export const config = {
-  url: "http://example.com/",
-  // ...
-};
- -
-
-

Multiple starting URLs -

In case you have more than one URL you want to scrape (or to start from) you can specify them with the urls config option.

-
Configuration
export const config = {
-  urls: [
-    "http://example.com/",
-    "http://anothersite.com/",
-    "http://yetanothersite.com/",
-  ],
-  // ...
-};
- -
-
- -
-
- - -
-
-
- - - - - - - - - - -- cgit v1.2.3