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