Class: Ehbrs::Runner::Videos::Extract

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

Constant Summary collapse

DEFAULT_QUALITIES =
%w[1080 720 web webrip hdtv].freeze

Instance Method Summary collapse

Instance Method Details

#runObject



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

def run
  start_banner
  packages.each do |package|
    infov 'Package', package
    package.run(options.fetch('--delete'))
  end
end