Skip to content

Commit c5f3b94

Browse files
committed
Created using Colab
1 parent 4d4139b commit c5f3b94

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

Diff for: devdocs_to_llm_firecrawl.ipynb

+22-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"colab": {
66
"private_outputs": true,
77
"provenance": [],
8-
"authorship_tag": "ABX9TyNVJFk3jg83ovhaMDcJHOSo",
8+
"authorship_tag": "ABX9TyMK76muNMFRt0JTXy2fMPCy",
99
"include_colab_link": true
1010
},
1111
"kernelspec": {
@@ -290,11 +290,18 @@
290290
"execution_count": null,
291291
"outputs": []
292292
},
293+
{
294+
"cell_type": "markdown",
295+
"source": [
296+
"# Crawl Launch"
297+
],
298+
"metadata": {
299+
"id": "lTFC4NkOqxUd"
300+
}
301+
},
293302
{
294303
"cell_type": "code",
295304
"source": [
296-
"# @title Crawl Launch\n",
297-
"\n",
298305
"import requests\n",
299306
"from bs4 import BeautifulSoup\n",
300307
"from urllib.parse import urljoin, urlparse\n",
@@ -421,11 +428,18 @@
421428
"id": "ce2N8HasNylT"
422429
}
423430
},
431+
{
432+
"cell_type": "markdown",
433+
"source": [
434+
"# Scraping Options"
435+
],
436+
"metadata": {
437+
"id": "HZau_9Hsq1Jg"
438+
}
439+
},
424440
{
425441
"cell_type": "code",
426442
"source": [
427-
"# @title Scraping Options\n",
428-
"\n",
429443
"# Create a dropdown for scrape options\n",
430444
"scrape_option = \"Specific number of pages\" # @param [\"All pages\", \"Specific number of pages\"]\n",
431445
"\n",
@@ -486,15 +500,16 @@
486500
},
487501
{
488502
"cell_type": "markdown",
489-
"source": [],
503+
"source": [
504+
"# Rate Limiting and Retry Parameters\n"
505+
],
490506
"metadata": {
491507
"id": "2fqRWptDfhPc"
492508
}
493509
},
494510
{
495511
"cell_type": "code",
496512
"source": [
497-
"# @title Rate Limiting and Retry Parameters\n",
498513
"# @markdown Set the rate limiting and retry parameters for the web scraper:\n",
499514
"\n",
500515
"pages_per_minute = 9 # @param {type:\"integer\"}\n",

0 commit comments

Comments
 (0)