Class: Crawlora::JustWatchGroup

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

Instance Method Summary collapse

Constructor Details

#initializeJustWatchGroup

Returns a new instance of JustWatchGroup.

Parameters:

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


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

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

Instance Method Details

#justwatch_age_certificationsObject

Parameters:

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

Returns:

  • (Object)


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

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

#justwatch_discoverObject

Parameters:

  • country: (String)
  • language: (String)
  • limit: (Integer)
  • type: ("all", "movie", "show")
  • genres: (String)
  • providers: (String)
  • monetization_types: ("FLATRATE", "FREE", "ADS", "RENT", "BUY")
  • year_min: (Integer)
  • year_max: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def justwatch_discover: (?country: String, ?language: String, ?limit: Integer, ?type: "all" | "movie" | "show", ?genres: String, ?providers: String, ?monetization_types: "FLATRATE" | "FREE" | "ADS" | "RENT" | "BUY", ?year_min: Integer, ?year_max: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#justwatch_episode_by_idObject

Parameters:

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

Returns:

  • (Object)


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

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

#justwatch_episode_offersObject

Parameters:

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

Returns:

  • (Object)


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

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

#justwatch_genre_titlesObject

Parameters:

  • genre: (String)
  • country: (String)
  • language: (String)
  • limit: (Integer)
  • type: ("all", "movie", "show")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def justwatch_genre_titles: (?genre: String, ?country: String, ?language: String, ?limit: Integer, ?type: "all" | "movie" | "show", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#justwatch_genresObject

Parameters:

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

Returns:

  • (Object)


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

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

#justwatch_monetization_titlesObject

Parameters:

  • monetization_type: ("FLATRATE", "FREE", "ADS", "RENT", "BUY")
  • country: (String)
  • language: (String)
  • limit: (Integer)
  • type: ("all", "movie", "show")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def justwatch_monetization_titles: (?monetization_type: "FLATRATE" | "FREE" | "ADS" | "RENT" | "BUY", ?country: String, ?language: String, ?limit: Integer, ?type: "all" | "movie" | "show", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#justwatch_newObject

Parameters:

  • country: (String)
  • language: (String)
  • limit: (Integer)
  • type: ("all", "movie", "show")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def justwatch_new: (?country: String, ?language: String, ?limit: Integer, ?type: "all" | "movie" | "show", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

Parameters:

  • country: (String)
  • language: (String)
  • limit: (Integer)
  • type: ("all", "movie", "show")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def justwatch_popular: (?country: String, ?language: String, ?limit: Integer, ?type: "all" | "movie" | "show", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#justwatch_provider_titlesObject

Parameters:

  • provider: (String)
  • country: (String)
  • language: (String)
  • limit: (Integer)
  • type: ("all", "movie", "show")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def justwatch_provider_titles: (?provider: String, ?country: String, ?language: String, ?limit: Integer, ?type: "all" | "movie" | "show", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#justwatch_providersObject

Parameters:

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

Returns:

  • (Object)


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

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

#justwatch_searchObject

Parameters:

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

Returns:

  • (Object)


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

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

#justwatch_season_by_idObject

Parameters:

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

Returns:

  • (Object)


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

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

#justwatch_season_episodesObject

Parameters:

  • season_id: (String)
  • country: (String)
  • language: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def justwatch_season_episodes: (?season_id: String, ?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#justwatch_show_seasonsObject

Parameters:

  • show_id: (String)
  • country: (String)
  • language: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def justwatch_show_seasons: (?show_id: String, ?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#justwatch_titleObject

Parameters:

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

Returns:

  • (Object)


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

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

#justwatch_title_analysisObject

Parameters:

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

Returns:

  • (Object)


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

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

#justwatch_title_by_idObject

Parameters:

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

Returns:

  • (Object)


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

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

#justwatch_title_mediaObject

Parameters:

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

Returns:

  • (Object)


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

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

#justwatch_title_offersObject

Parameters:

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

Returns:

  • (Object)


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

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

#justwatch_title_similarObject

Parameters:

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

Returns:

  • (Object)


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

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