Class: EhbrsRubyUtils::Videos::Opensubtitles::Processors::Subtitle

Inherits:
Aranha::DefaultProcessor
  • Object
show all
Defined in:
lib/ehbrs_ruby_utils/videos/opensubtitles/processors/subtitle.rb

Instance Method Summary collapse

Instance Method Details

#performObject



15
16
17
18
19
20
# File 'lib/ehbrs_ruby_utils/videos/opensubtitles/processors/subtitle.rb', line 15

def perform
  infov '  * ', source_uri
  assert_download
rescue ::RuntimeError => e
  error(e)
end