Skip to content

Commit

Permalink
docs: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Jun 17, 2024
1 parent f814b44 commit 5e1b5ea
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/storages/request_list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface RequestListOptions {
*
* // Get list of URLs from a Google Sheets document. Just add "/gviz/tq?tqx=out:csv" to the Google Sheet URL.
* // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document
* { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqtxmU/gviz/tq?tqx=out:csv' }
* { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1-2mUcRAiBbCTVA5KcpFdEYWflLMLp9DDU3iJutvES4w/gviz/tq?tqx=out:csv' }
* ]
* ```
*/
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-3.0/api-typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -136749,7 +136749,7 @@
},
{
"kind": "code",
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqtxmU/gviz/tq?tqx=out:csv' }\n]\n```"
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1-2mUcRAiBbCTVA5KcpFdEYWflLMLp9DDU3iJutvES4w/gviz/tq?tqx=out:csv' }\n]\n```"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-3.1/api-typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -138029,7 +138029,7 @@
},
{
"kind": "code",
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqtxmU/gviz/tq?tqx=out:csv' }\n]\n```"
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1-2mUcRAiBbCTVA5KcpFdEYWflLMLp9DDU3iJutvES4w/gviz/tq?tqx=out:csv' }\n]\n```"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-3.10/api-typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -173792,7 +173792,7 @@
},
{
"kind": "code",
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqtxmU/gviz/tq?tqx=out:csv' }\n]\n```"
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1-2mUcRAiBbCTVA5KcpFdEYWflLMLp9DDU3iJutvES4w/gviz/tq?tqx=out:csv' }\n]\n```"
}
]
},
Expand Down Expand Up @@ -335368,4 +335368,4 @@
"qualifiedName": "BrowserLikeResponse.headers"
}
}
}
}
2 changes: 1 addition & 1 deletion website/versioned_docs/version-3.2/api-typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -139226,7 +139226,7 @@
},
{
"kind": "code",
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqtxmU/gviz/tq?tqx=out:csv' }\n]\n```"
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1-2mUcRAiBbCTVA5KcpFdEYWflLMLp9DDU3iJutvES4w/gviz/tq?tqx=out:csv' }\n]\n```"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-3.3/api-typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -138492,7 +138492,7 @@
},
{
"kind": "code",
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqtxmU/gviz/tq?tqx=out:csv' }\n]\n```"
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1-2mUcRAiBbCTVA5KcpFdEYWflLMLp9DDU3iJutvES4w/gviz/tq?tqx=out:csv' }\n]\n```"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-3.4/api-typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -140481,7 +140481,7 @@
},
{
"kind": "code",
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqtxmU/gviz/tq?tqx=out:csv' }\n]\n```"
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1-2mUcRAiBbCTVA5KcpFdEYWflLMLp9DDU3iJutvES4w/gviz/tq?tqx=out:csv' }\n]\n```"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-3.5/api-typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -143703,7 +143703,7 @@
},
{
"kind": "code",
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqtxmU/gviz/tq?tqx=out:csv' }\n]\n```"
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1-2mUcRAiBbCTVA5KcpFdEYWflLMLp9DDU3iJutvES4w/gviz/tq?tqx=out:csv' }\n]\n```"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-3.6/api-typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -163541,7 +163541,7 @@
},
{
"kind": "code",
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqtxmU/gviz/tq?tqx=out:csv' }\n]\n```"
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1-2mUcRAiBbCTVA5KcpFdEYWflLMLp9DDU3iJutvES4w/gviz/tq?tqx=out:csv' }\n]\n```"
}
]
},
Expand Down Expand Up @@ -285586,4 +285586,4 @@
"qualifiedName": "BrowserLikeResponse.headers"
}
}
}
}
4 changes: 2 additions & 2 deletions website/versioned_docs/version-3.7/api-typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -164203,7 +164203,7 @@
},
{
"kind": "code",
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqtxmU/gviz/tq?tqx=out:csv' }\n]\n```"
"text": "```\n[\n // A single URL\n 'http://example.com/a/b',\n\n // Modify Request options\n { method: PUT, 'https://example.com/put, payload: { foo: 'bar' }}\n\n // Batch import of URLs from a file hosted on the web,\n // where the URLs should be requested using the HTTP POST request\n { method: 'POST', requestsFromUrl: 'http://example.com/urls.txt' },\n\n // Batch import from remote file, using a specific regular expression to extract the URLs.\n { requestsFromUrl: 'http://example.com/urls.txt', regex: /https://example.com/.+/ },\n\n // Get list of URLs from a Google Sheets document. Just add \"/gviz/tq?tqx=out:csv\" to the Google Sheet URL.\n // For details, see https://help.apify.com/en/articles/2906022-scraping-a-list-of-urls-from-a-google-sheets-document\n { requestsFromUrl: 'https://docs.google.com/spreadsheets/d/1-2mUcRAiBbCTVA5KcpFdEYWflLMLp9DDU3iJutvES4w/gviz/tq?tqx=out:csv' }\n]\n```"
}
]
},
Expand Down Expand Up @@ -289793,4 +289793,4 @@
"qualifiedName": "BrowserLikeResponse.headers"
}
}
}
}
Loading

0 comments on commit 5e1b5ea

Please sign in to comment.