curl -s "http://api.tvmaze.com/search/shows?q=Bojack" WORKS
curl -s "http://api.tvmaze.com/search/shows?q=Horseman" WORKS
curl -s "http://api.tvmaze.com/search/shows?q=Bojack Horseman" DOES NOT
$ curl -s "http://api.tvmaze.com/search/shows?q=Bojack Horseman"
<html>
<head><title>400 Bad Request</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx/1.10.3 (Ubuntu)</center>
</body>
</html>


