Module: Crawlberg
- Defined in:
- lib/crawlberg.rb,
lib/crawlberg/native.rb,
lib/crawlberg/native.rb,
lib/crawlberg/native.rb,
lib/crawlberg/native.rb,
lib/crawlberg/version.rb,
sig/types.rbs
Overview
This file is auto-generated by alef — DO NOT EDIT.
alef:hash:9ea9a14d259e4988466100a061689d975727c16c521c140aef2205c9b97bf831
To regenerate: alef generate
To verify freshness: alef verify
frozen_string_literal: true
Defined Under Namespace
Classes: ActionResult, ArticleMetadata, AssetCategory, AuthConfig, AuthConfigBasic, AuthConfigBearer, AuthConfigHeader, BatchCrawlResult, BatchCrawlResults, BatchCrawlStreamRequest, BatchScrapeResult, BatchScrapeResults, BrowserBackend, BrowserConfig, BrowserExtras, BrowserMode, BrowserWait, CitationReference, CitationResult, ContentConfig, ContentFilterKind, CookieInfo, CrawlConfig, CrawlEngineHandle, CrawlEvent, CrawlEventComplete, CrawlEventError, CrawlEventPage, CrawlPageResult, CrawlResult, CrawlStrategyKind, CrawlStreamRequest, DocumentContentEncoding, DownloadedAsset, DownloadedDocument, ExtractionMeta, FaviconInfo, FeedInfo, FeedType, HeadingInfo, HostMatcher, HostMatcherCidr, HostMatcherExact, HostMatcherSuffix, HreflangEntry, ImageInfo, ImageSource, InteractionResult, JsonLdEntry, LinkInfo, LinkType, MapResult, MarkdownResult, PageAction, PageActionClick, PageActionExecuteJs, PageActionPress, PageActionScrape, PageActionScreenshot, PageActionScroll, PageActionTypeText, PageActionWait, PageMetadata, ProxyConfig, ResponseMeta, ScrapeResult, ScrollDirection, SitemapUrl, SsrfPolicy
Constant Summary
collapse
- VERSION =
The version string for this package.
"1.4.2"
Class Method Summary
collapse
Class Method Details
539
|
# File 'sig/types.rbs', line 539
def self.batch_crawl: (CrawlEngineHandle engine, Array[String] urls) -> BatchCrawlResults
|
541
|
# File 'sig/types.rbs', line 541
def self.batch_scrape: (CrawlEngineHandle engine, Array[String] urls) -> BatchScrapeResults
|
543
|
# File 'sig/types.rbs', line 543
def self.crawl: (CrawlEngineHandle engine, String url) -> CrawlResult
|
545
|
# File 'sig/types.rbs', line 545
def self.create_engine: (?CrawlConfig config) -> CrawlEngineHandle
|
547
|
# File 'sig/types.rbs', line 547
def self.generate_citations: (String markdown) -> CitationResult
|
549
|
# File 'sig/types.rbs', line 549
def self.interact: (CrawlEngineHandle engine, String url, Array[PageAction] actions) -> InteractionResult
|
551
|
# File 'sig/types.rbs', line 551
def self.map_urls: (CrawlEngineHandle engine, String url) -> MapResult
|
553
|
# File 'sig/types.rbs', line 553
def self.scrape: (CrawlEngineHandle engine, String url) -> ScrapeResult
|