1 2 3 4 5 |
$urls='https://query.yahooapis.com/v1/public/yql?q=SELECT%20*%20FROM%20filemd5.hash%20WHERE%20url%3D%22http%3A%2F%2Fwww.yahoo.com%2Ffavicon.ico%22&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys&callback=' $result=(Invoke-WebRequest -Uri $urls) $conv=$result.Content $convi = $conv | ConvertFrom-JSON $convi.query.results.map.entry |
YQL Console
JSON