class Fetchers::Url

def initialize(url, opts)

def initialize(url, opts)
  @target = url
  @insecure = opts['insecure']
  @token = opts['token']
  @config = opts
  @archive_path = nil
  @temp_archive_path = nil
end