You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/diffbot.d.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -274,14 +274,14 @@ declare class Diffbot {
274
274
* Download a Crawlbot crawl job's results
275
275
* @param {Object} options The options
276
276
* @param {string} options.name Name of the crawl whose data you wish to download.
277
-
* @param {format} [options.format] Request format=csv to download the extracted data in CSV format (default: json). Note that CSV files will only contain top-level fields.
277
+
* @param {string} [options.format] Request format=csv to download the extracted data in CSV format (default: json). Note that CSV files will only contain top-level fields.
278
278
* @param {string} [options.type] Request type=urls to retrieve the crawl URL Report (CSV).
279
279
* @param {number} [options.num] Pass an integer value (e.g. num=100) to request a subset of URLs, most recently crawled first.
Copy file name to clipboardExpand all lines: src/diffbot.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -553,7 +553,7 @@ class Diffbot {
553
553
* Download a Crawlbot crawl job's results
554
554
* @param {Object} options The options
555
555
* @param {string} options.name Name of the crawl whose data you wish to download.
556
-
* @param {format} [options.format] Request format=csv to download the extracted data in CSV format (default: json). Note that CSV files will only contain top-level fields.
556
+
* @param {string} [options.format] Request format=csv to download the extracted data in CSV format (default: json). Note that CSV files will only contain top-level fields.
557
557
* @param {string} [options.type] Request type=urls to retrieve the crawl URL Report (CSV).
558
558
* @param {number} [options.num] Pass an integer value (e.g. num=100) to request a subset of URLs, most recently crawled first.
0 commit comments