Class: Crawlora::DuckDuckGoSearchGroup
- Inherits:
-
Object
- Object
- Crawlora::DuckDuckGoSearchGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #duckduckgo_image ⇒ Object
- #duckduckgo_news ⇒ Object
- #duckduckgo_search ⇒ Object
- #duckduckgo_shopping ⇒ Object
- #duckduckgo_video ⇒ Object
-
#initialize ⇒ DuckDuckGoSearchGroup
constructor
A new instance of DuckDuckGoSearchGroup.
Constructor Details
#initialize ⇒ DuckDuckGoSearchGroup
Returns a new instance of DuckDuckGoSearchGroup.
581 |
# File 'sig/crawlora.rbs', line 581
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#duckduckgo_image ⇒ Object
582 |
# File 'sig/crawlora.rbs', line 582
def duckduckgo_image: (?q: String, ?page: Integer, ?region: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#duckduckgo_news ⇒ Object
583 |
# File 'sig/crawlora.rbs', line 583
def duckduckgo_news: (?q: String, ?page: Integer, ?region: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#duckduckgo_search ⇒ Object
584 |
# File 'sig/crawlora.rbs', line 584
def duckduckgo_search: (?q: String, ?page: Integer, ?region: String, ?time_range: "d" | "w" | "m" | "y", ?safe_search: "strict" | "moderate" | "off", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#duckduckgo_shopping ⇒ Object
585 |
# File 'sig/crawlora.rbs', line 585
def duckduckgo_shopping: (?q: String, ?region: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#duckduckgo_video ⇒ Object
586 |
# File 'sig/crawlora.rbs', line 586
def duckduckgo_video: (?q: String, ?page: Integer, ?region: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|