class DownloadTV::Subtitles

Manages the subtitles (WIP)
#

def get_subs(show)

def get_subs(show)
  @a.get_subs(show)
rescue NoSubtitlesError
  puts "No subtitles found for #{show}"
end

def initialize

def initialize
  @a = Addic7ed.new
end