MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / dummy_scraper

Function dummy_scraper

tests/test_chromium.py:56–58  ·  view source on GitHub ↗

A dummy scraping function that returns dummy HTML content for the URL.

(url)

Source from the content-addressed store, hash-verified

54
55
56async def dummy_scraper(url):
57 """A dummy scraping function that returns dummy HTML content for the URL."""
58 return f"<html>dummy content for {url}</html>"
59
60
61@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected