Class: LlmScraper::ContentFetchers::Base
- Inherits:
-
Object
- Object
- LlmScraper::ContentFetchers::Base
- Defined in:
- lib/llm_scraper/content_fetchers/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#fetch(url) ⇒ String
Cleaned text/markdown content.
Instance Method Details
#fetch(url) ⇒ String
Returns cleaned text/markdown content.
9 10 11 |
# File 'lib/llm_scraper/content_fetchers/base.rb', line 9 def fetch(url) raise NotImplementedError, "#{self.class}#fetch not implemented" end |