module Shin::Play

Public Class Methods

apple() click to toggle source

Apple iTunes (WORLDWIDE CONTENT)

# File lib/shin/play.rb, line 88
def apple
  @apple ||= Apple.new
end
cmore() click to toggle source

CMore (NORDIC CONTENT)

# File lib/shin/play.rb, line 83
def cmore
  @cmore ||= Cmore.new
end
dplay() click to toggle source

DPLAY (SE, NO, DK)

# File lib/shin/play.rb, line 38
def dplay
  @dplay ||= Dplay.new
end
hbonordic() click to toggle source

HBO Nordic (NORDIC CONTENT)

# File lib/shin/play.rb, line 78
def hbonordic
  @hbonordic ||= Hbonordic.new
end
new() click to toggle source

I don’t know why I need this

# File lib/shin/play.rb, line 23
def new
  self
end
oppetarkiv() click to toggle source

OPPETARKIV.SE (SWEDISH CONTENT)

# File lib/shin/play.rb, line 43
def oppetarkiv
  @oppetarkiv ||= Oppetarkiv.new
end
sbstv() click to toggle source

SBSTV (K5, K9, K11) (SWEDISH CONTENT)

# File lib/shin/play.rb, line 63
def sbstv
  @sbstv ||= Sbstv.new
end
svtplay() click to toggle source

SVTPLAY.SE (SWEDISH CONTENT)

# File lib/shin/play.rb, line 28
def svtplay
  @svtplay ||= Svtplay.new
end
tv2sumo() click to toggle source

TV4PLAY.SE (NORWEGIAN CONTENT)

# File lib/shin/play.rb, line 53
def tv2sumo
  @tv2sumo ||= Tv2sumo.new
end
tv4play() click to toggle source

TV4PLAY.SE (SWEDISH CONTENT)

# File lib/shin/play.rb, line 58
def tv4play
  @tv4play ||= Tv4play.new
end
urplay() click to toggle source

URPLAY.SE (SWEDISH CONTENT)

# File lib/shin/play.rb, line 48
def urplay
  @urplay ||= Urplay.new
end
viaplay() click to toggle source

Viaplay (NORDIC CONTENT)

# File lib/shin/play.rb, line 73
def viaplay
  @viaplay ||= Viaplay.new
end
viasat() click to toggle source

Viasat (TV3 etc) (NORDIC CONTENT)

# File lib/shin/play.rb, line 68
def viasat
  @viasat ||= Viasat.new
end
viki() click to toggle source

VIKI.COM (ASIAN CONTENT)

# File lib/shin/play.rb, line 33
def viki
  @viki ||= Viki.new
end