class DownloadTV::Subtitles

def get_subs(show)

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