Class: Subfinder::Main

Inherits:
Object
  • Object
show all
Defined in:
lib/subfinder/main.rb

Overview

Initialize config and then search and match subtitles

Class Method Summary collapse

Class Method Details

.run(args) ⇒ Object



7
8
9
10
11
# File 'lib/subfinder/main.rb', line 7

def run(args)
  Logger.setting
  Parser::Args.new args
  Subtitle.new.match
end