Class: Ehbrs::Tools::Runner::Videos::Unsupported

Inherits:
Object
  • Object
show all
Defined in:
lib/ehbrs/tools/runner/videos/unsupported.rb

Constant Summary collapse

PROFILES =
%w[aoc philco samsung].freeze

Instance Method Summary collapse

Instance Method Details

#runObject



22
23
24
25
26
27
28
# File 'lib/ehbrs/tools/runner/videos/unsupported.rb', line 22

def run
  infov 'Profiles', profiles.join(', ')
  infov 'Paths', paths
  paths.each do |d|
    ::EhbrsRubyUtils::Videos2::Unsupported::Search.new(d, file_options)
  end
end