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

Inherits:
EacRubyUtils::Console::DocoptRunner
  • Object
show all
Includes:
EacCli::DefaultRunner
Defined in:
lib/ehbrs/runner/videos/unsupported.rb

Constant Summary collapse

PROFILES =
%w[philco samsung].freeze

Instance Method Summary collapse

Instance Method Details

#runObject



25
26
27
28
29
30
31
# File 'lib/ehbrs/runner/videos/unsupported.rb', line 25

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