def get(url, options = {})
        provider = find(url)
        if provider
          provider.get(url, options)
        else