Class: Crawlora::ImdbGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeImdbGroup

Returns a new instance of ImdbGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


861
# File 'sig/crawlora.rbs', line 861

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#chartsObject

Parameters:

  • chart: ("top_rated_movies", "top_rated_tv_shows", "most_popular_movies", "most_popular_tv_shows", "top_rated_english_movies", "lowest_rated_movies")
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


862
# File 'sig/crawlora.rbs', line 862

def charts: (?chart: "top_rated_movies" | "top_rated_tv_shows" | "most_popular_movies" | "most_popular_tv_shows" | "top_rated_english_movies" | "lowest_rated_movies", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#nameObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


863
# File 'sig/crawlora.rbs', line 863

def name: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#name_awardsObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


864
# File 'sig/crawlora.rbs', line 864

def name_awards: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#name_creditsObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


865
# File 'sig/crawlora.rbs', line 865

def name_credits: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#searchObject

Parameters:

  • query: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


866
# File 'sig/crawlora.rbs', line 866

def search: (?query: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#search_titleObject

Parameters:

  • title: (String)
  • title_type: (String)
  • genres: (String)
  • release_date_from: (String)
  • release_date_to: (String)
  • min_user_rating: (Float)
  • max_user_rating: (Float)
  • min_votes: (Integer)
  • max_votes: (Integer)
  • min_popularity: (Integer)
  • max_popularity: (Integer)
  • min_runtime: (Integer)
  • max_runtime: (Integer)
  • groups: (String)
  • keywords: (String)
  • companies: (String)
  • certificates: (String)
  • colors: (String)
  • countries: (String)
  • languages: (String)
  • sound_mixes: (String)
  • role: (String)
  • characters: (String)
  • plot: (String)
  • include_adult: (Boolean)
  • sort: (String)
  • sort_order: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


867
# File 'sig/crawlora.rbs', line 867

def search_title: (?title: String, ?title_type: String, ?genres: String, ?release_date_from: String, ?release_date_to: String, ?min_user_rating: Float, ?max_user_rating: Float, ?min_votes: Integer, ?max_votes: Integer, ?min_popularity: Integer, ?max_popularity: Integer, ?min_runtime: Integer, ?max_runtime: Integer, ?groups: String, ?keywords: String, ?companies: String, ?certificates: String, ?colors: String, ?countries: String, ?languages: String, ?sound_mixes: String, ?role: String, ?characters: String, ?plot: String, ?include_adult: bool, ?sort: String, ?sort_order: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#titleObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


868
# File 'sig/crawlora.rbs', line 868

def title: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_awardsObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


869
# File 'sig/crawlora.rbs', line 869

def title_awards: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_company_creditsObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


870
# File 'sig/crawlora.rbs', line 870

def title_company_credits: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_creditsObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


871
# File 'sig/crawlora.rbs', line 871

def title_credits: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_episodesObject

Parameters:

  • id: (String)
  • url: (String)
  • season: (Integer)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


872
# File 'sig/crawlora.rbs', line 872

def title_episodes: (?id: String, ?url: String, ?season: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_filming_locationsObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


873
# File 'sig/crawlora.rbs', line 873

def title_filming_locations: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_goofsObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


874
# File 'sig/crawlora.rbs', line 874

def title_goofs: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_keywordsObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


875
# File 'sig/crawlora.rbs', line 875

def title_keywords: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_parental_guideObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


876
# File 'sig/crawlora.rbs', line 876

def title_parental_guide: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_public_facts_analysisObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


877
# File 'sig/crawlora.rbs', line 877

def title_public_facts_analysis: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_quotesObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


878
# File 'sig/crawlora.rbs', line 878

def title_quotes: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_ratingsObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


879
# File 'sig/crawlora.rbs', line 879

def title_ratings: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_release_infoObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


880
# File 'sig/crawlora.rbs', line 880

def title_release_info: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_reviewsObject

Parameters:

  • id: (String)
  • url: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


881
# File 'sig/crawlora.rbs', line 881

def title_reviews: (?id: String, ?url: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_similarObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


882
# File 'sig/crawlora.rbs', line 882

def title_similar: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_technical_specsObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


883
# File 'sig/crawlora.rbs', line 883

def title_technical_specs: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#title_triviaObject

Parameters:

  • id: (String)
  • url: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


884
# File 'sig/crawlora.rbs', line 884

def title_trivia: (?id: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped