Skip to content

Commit 4392719

Browse files
authored
Fix crawl from google file tutorial and run build (#459)
1 parent 4ac2e6c commit 4392719

File tree

5 files changed

+4
-11
lines changed

5 files changed

+4
-11
lines changed

.markdownlint.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"no-multiple-blanks": {
1212
"maximum": 2
1313
},
14-
"no-space-in-emphasis": false
15-
}
14+
"no-space-in-emphasis": false,
15+
"link-fragments": false
16+
}
Binary file not shown.

content/docs/tutorials/crawl_urls_from_a_google_sheet.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,7 @@ https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqt
2121

2222
![Start URLs in a spreadsheet]({{@asset tutorials/images/start-urls-in-spreadsheet.webp}})
2323

24-
You don't have to add them to the actor manually or export them as a file, only to upload to the scraper.
25-
26-
Simply add the `/gviz/tq?tqx=out:csv` query parameter to the base part of the Google Sheet URL, right after the long document identifier.
27-
28-
```URL
29-
https://docs.google.com/spreadsheets/d/1GA5sSQhQjB_REes8I5IKg31S-TuRcznWOPjcpNqtxmU/gviz/tq?tqx=out:csv
30-
```
31-
32-
This gives you a URL that automatically exports the spreadsheet to CSV. Then, just click the **Link remote text file** button in the actor's input and paste the URL.
24+
You don't have to add them to the actor manually or export them as a file, only to upload to the scraper. Just click the **Text file** -> **Link remote text file** button in the actor's input and paste the URL.
3325

3426
![Link a remote text file]({{@asset tutorials/images/link-remote-file.webp}})
3527

38.4 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)