class OpensubtitlesDownloader

Public Instance Methods

subtitles_for(torrent) click to toggle source
# File lib/models/opensubtitles_downloader.rb, line 2
def subtitles_for torrent
  system "getsub -a #{torrent.download_dir}"
end