class Subfinder::Main

Initialize config and then search and match subtitles

Public Class Methods

run(args) click to toggle source
# File lib/subfinder/main.rb, line 7
def run(args)
  Logger.setting
  Parser::Args.new args
  Subtitle.new.match
end