1 2 3 4 5 6 |
cd C:\xampp\php $programacion = '<?php $url = "http://akamaicache.dof6.com/vod/yomvi.svc/samsung_tizen/profiles/OTT/channels?parentalRating=M18&showNonRated=true"; $json = file_get_contents($url); echo $json;?>' | .\php.exe | ConvertFrom-Json $programacion | select Nombre,@{Name="Titulo";Expression={$_.pases.titulo}} | Out-GridView |