Class: Onebox::Engine::TwitchVideoOnebox

Inherits:
Object
  • Object
show all
Includes:
Mixins::TwitchOnebox
Defined in:
lib/onebox/engine/twitch_video_onebox.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Mixins::TwitchOnebox

included

Class Method Details

.twitch_regexpObject



6
7
8
# File 'lib/onebox/engine/twitch_video_onebox.rb', line 6

def self.twitch_regexp
  %r{^https?://(?:www\.)?twitch\.tv/videos/([0-9]+)}
end

Instance Method Details

#query_paramsObject



12
13
14
# File 'lib/onebox/engine/twitch_video_onebox.rb', line 12

def query_params
  "video=v#{twitch_id}"
end