Class: EhbrsRubyUtils::Videos::Opensubtitles::Processors::Episode

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

Instance Method Summary collapse

Instance Method Details

#performObject



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

def perform
  infov source_uri, subtitles.count
  subtitles.each(&:perform)
  next_page.if_present(&:perform)
end