Sha256: 7a9192f480634807d95b828a0b270efcdd91d0564181408553a3463f380945f8
Contents?: true
Size: 262 Bytes
Versions: 10
Compression:
Stored size: 262 Bytes
Contents
module DownloadTV ## # Manages the subtitles (WIP) class Subtitles def initialize @a = Addic7ed.new end def get_subs(show) @a.get_subs(show) rescue NoSubtitlesError puts "No subtitles found for #{show}" end end end
Version data entries
10 entries across 10 versions & 1 rubygems