Skip to content

Commit 2c0b64f

Browse files
chore: Remove quick start flag (#576)
See more detail: #575
1 parent 218d6cb commit 2c0b64f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"id": "python-crawlee-beautifulsoup",
77
"name": "python-crawlee-beautifulsoup",
8-
"label": "Crawlee + BeautifulSoup (Quick start)",
8+
"label": "Crawlee + BeautifulSoup",
99
"category": "python",
1010
"technologies": ["crawlee", "beautifulsoup"],
1111
"description": "Crawl and scrape websites using Crawlee and BeautifulSoup. Start from a given start URLs, and store results to Apify dataset.",
@@ -317,7 +317,7 @@
317317
{
318318
"id": "js-crawlee-cheerio",
319319
"name": "project_cheerio_crawler_js",
320-
"label": "Crawlee + Cheerio (Quick start)",
320+
"label": "Crawlee + Cheerio",
321321
"category": "javascript",
322322
"technologies": ["nodejs", "crawlee", "cheerio"],
323323
"description": "A scraper example that uses Cheerio to parse HTML. It's fast, but it can't run the website's JavaScript or pass JS anti-scraping challenges.",
@@ -350,7 +350,7 @@
350350
{
351351
"id": "ts-crawlee-cheerio",
352352
"name": "project_cheerio_crawler_ts",
353-
"label": "Crawlee + Cheerio (Quick start)",
353+
"label": "Crawlee + Cheerio",
354354
"category": "typescript",
355355
"technologies": ["nodejs", "crawlee", "cheerio"],
356356
"description": "A scraper example that uses Cheerio to parse HTML. It's fast, but it can't run the website's JavaScript or pass JS anti-scraping challenges.",

0 commit comments

Comments
 (0)