Class: Ehbrs::Tools::Runner::Videos::Extract
- Inherits:
 - 
      Object
      
        
- Object
 - Ehbrs::Tools::Runner::Videos::Extract
 
 
- Defined in:
 - lib/ehbrs/tools/runner/videos/extract.rb
 
Constant Summary collapse
- DEFAULT_QUALITIES =
 %w[1080 720 web webrip hdtv].freeze
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
      23 24 25 26 27 28 29  | 
    
      # File 'lib/ehbrs/tools/runner/videos/extract.rb', line 23 def run packages.each do |package| infov 'Package', package package.run(parsed.delete?) end end  |