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
-
Requires an country gtld
HBO Nordic have a REST API but isn’t for public use
SBSTV have an API but it isn’t for public use
-
Requires an domainname as they limit the programs for some
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.
-
Needed agruments are imdb_id (only int, but it auto removes “tt”)
Russin.nu provides this API for non-commercial usage and only if you link it back.
-
Needed argument is title and optional is year.
Constants
- VERSION
Public Class Methods
# File lib/shin.rb, line 19 def self.new(*a) Shin.new(*a) end