$url='https://www.youtube.com/playlist?list=PLoSIOFPSXQoOLkIBDKdDspqXtsdFEFdOV' $result = Invoke-WebRequest $url #Respetar los dos espacios entre "link spf" $result.AllElements | Where Class -eq "pl-video-title-link yt-uix-tile-link yt-uix-sessionlink spf-link " | %{$_.outerText 'https://www.youtube.com'+$_.href}
Extraer títulos y enlaces de una lista de reproducción de Yotube (PowerShell, Multimedia, Automatización)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.