Skip to content

Commit 9aa8c88

Browse files
committed
fix: removed deep scraper
1 parent 27ae896 commit 9aa8c88

File tree

7 files changed

+0
-406
lines changed

7 files changed

+0
-406
lines changed

examples/ernie/deep_scraper_ernie.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

examples/fireworks/deep_scraper_fireworks.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

examples/mistral/deep_scraper_mistral.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

examples/nemotron/deep_scraper_nemotron.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

examples/openai/deep_scraper_openai.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

scrapegraphai/graphs/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from .abstract_graph import AbstractGraph
66
from .base_graph import BaseGraph
77
from .smart_scraper_graph import SmartScraperGraph
8-
from .deep_scraper_graph import DeepScraperGraph
98
from .speech_graph import SpeechGraph
109
from .search_graph import SearchGraph
1110
from .script_creator_graph import ScriptCreatorGraph

0 commit comments

Comments
 (0)