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:0ce4d753fdb4854e44358639dcbaebee3449a4afa142dbc4f0a72aa72c214648
To regenerate: alef generate
To verify freshness: alef verify --exit-code
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, CookieInfo, CrawlConfig, CrawlEngineHandle, CrawlEvent, CrawlEventComplete, CrawlEventError, CrawlEventPage, CrawlPageResult, CrawlResult, 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.2.1"
Class Method Summary
collapse
Class Method Details
545
|
# File 'sig/types.rbs', line 545
def self.batch_crawl: (CrawlEngineHandle engine, Array[String] urls) -> BatchCrawlResults
|
543
|
# File 'sig/types.rbs', line 543
def self.batch_scrape: (CrawlEngineHandle engine, Array[String] urls) -> BatchScrapeResults
|
537
|
# File 'sig/types.rbs', line 537
def self.crawl: (CrawlEngineHandle engine, String url) -> CrawlResult
|
533
|
# File 'sig/types.rbs', line 533
def self.create_engine: (?CrawlConfig config) -> CrawlEngineHandle
|
531
|
# File 'sig/types.rbs', line 531
def self.generate_citations: (String markdown) -> CitationResult
|
541
|
# File 'sig/types.rbs', line 541
def self.interact: (CrawlEngineHandle engine, String url, Array[PageAction] actions) -> InteractionResult
|
539
|
# File 'sig/types.rbs', line 539
def self.map_urls: (CrawlEngineHandle engine, String url) -> MapResult
|
535
|
# File 'sig/types.rbs', line 535
def self.scrape: (CrawlEngineHandle engine, String url) -> ScrapeResult
|