Class: Crawlora::YoutubeGroup
- Inherits:
-
Object
- Object
- Crawlora::YoutubeGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #captions ⇒ Object
- #channel_playlists ⇒ Object
- #channel_search ⇒ Object
- #channel_shorts ⇒ Object
- #channel_videos ⇒ Object
- #comments ⇒ Object
-
#initialize ⇒ YoutubeGroup
constructor
A new instance of YoutubeGroup.
- #playlist ⇒ Object
- #profile ⇒ Object
- #search ⇒ Object
- #tag ⇒ Object
- #transcript ⇒ Object
- #transcript_languages ⇒ Object
- #video ⇒ Object
Constructor Details
#initialize ⇒ YoutubeGroup
Returns a new instance of YoutubeGroup.
1016 |
# File 'sig/crawlora.rbs', line 1016
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#captions ⇒ Object
1017 |
# File 'sig/crawlora.rbs', line 1017
def captions: (?id: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#channel_playlists ⇒ Object
1018 |
# File 'sig/crawlora.rbs', line 1018
def channel_playlists: (?id: String, ?continuation_token: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#channel_search ⇒ Object
1019 |
# File 'sig/crawlora.rbs', line 1019
def channel_search: (?id: String, ?q: String, ?continuation_token: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#channel_shorts ⇒ Object
1020 |
# File 'sig/crawlora.rbs', line 1020
def channel_shorts: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#channel_videos ⇒ Object
1021 |
# File 'sig/crawlora.rbs', line 1021
def channel_videos: (?id: String, ?continuation_token: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#comments ⇒ Object
1022 |
# File 'sig/crawlora.rbs', line 1022
def comments: (?id: String, ?continuation_token: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#playlist ⇒ Object
1023 |
# File 'sig/crawlora.rbs', line 1023
def playlist: (?id: String, ?continuation_token: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile ⇒ Object
1024 |
# File 'sig/crawlora.rbs', line 1024
def profile: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1025 |
# File 'sig/crawlora.rbs', line 1025
def search: (?q: String, ?search_query: String, ?continuation_token: String, ?type: "video" | "channel" | "playlist" | "movie", ?sort_by: "relevance" | "upload_date" | "view_count" | "rating", ?upload_date: "last_hour" | "today" | "this_week" | "this_month" | "this_year", ?duration: "short" | "medium" | "long", ?features: String, ?params: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tag ⇒ Object
1026 |
# File 'sig/crawlora.rbs', line 1026
def tag: (?tag: String, ?type: "all" | "shorts", ?continuation_token: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#transcript ⇒ Object
1027 |
# File 'sig/crawlora.rbs', line 1027
def transcript: (?id: String, ?lang: String, ?translate_to: String, ?format: "json" | "text" | "srt" | "vtt", ?timestamps: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#transcript_languages ⇒ Object
1028 |
# File 'sig/crawlora.rbs', line 1028
def transcript_languages: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#video ⇒ Object
1029 |
# File 'sig/crawlora.rbs', line 1029
def video: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|