module Shin

Viasat provide an API to fetch images for the programmes in their TV Guide

Apple Provides a OPEN API Docs: www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html

Dplay have an API but it isn’t for public use

HBO Nordic have a REST API but isn’t for public use

SBSTV have an API but it isn’t for public use

Docs: www.kanal5play.se/api

TV2 Sumo have an API but it isn’t for public use

TV4 Play have an API but it isn’t for public use

UR Play doesn’t have an open API so let’s parse their HTML

Viaplay have an API but it isn’t for public use

Viasat (Play) have an API but it isn’t for public use

This Call is using the Film2home site’s API. So only use this if you got approved by MZ to use the data. As they are very strict about it. I will move this to their API url when they get back to me sometime.

Russin.nu provides this API for non-commercial usage and only if you link it back.

Constants

VERSION

Public Class Methods

new(*a) click to toggle source
# File lib/shin.rb, line 19
def self.new(*a)
  Shin.new(*a)
end