Class: Ehbrs::Tools::Runner::WebUtils::Videos::Download

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

Instance Method Summary collapse

Instance Method Details

#runObject



18
19
20
21
22
# File 'lib/ehbrs/tools/runner/web_utils/videos/download.rb', line 18

def run
  start_banner
  to_rename.each { |file| process_rename_file(file) }
  unwanted.each { |file| process_unwanted_file(file) }
end