def build_query(name)
    url = @base_url
    words = name.split(" ")
    url += "/search/movie/title/"
    for word in words