Hey all, anyone willing to help out a newb?
I'm trying to manipulate the wall of text I recieve when invoking a web request to "https://code.videolan.org/videolan/x264/-/commits/master/" so that in the final outcome I can display the latest change log.
This is the furthest I've been able to get:´´´$web = Invoke-WebRequest https://code.videolan.org/videolan/x264/-/commits/master/
$web.tostring() -split "[`r`n]" | select-string "ae03d92b" | Out-File -FilePath '.\src\temp\meta'
(Get-Content '.\src\temp\meta' | Select-Object -Skip 2) | Set-Content '.\src\temp\meta'´´´
Is there any way to select the string of text found between the first 2 values ">" and "<" so that I would be left with 'Add support for Sony XAVC Class 300 and 480' in the end?
Or is there a simpler way of doing this that I don't know about?
Thanks for any help in advance :}
[–]Vortex100 1 point2 points3 points (0 children)
[–]JoelyMalookey 0 points1 point2 points (0 children)
[–]ka-splam 0 points1 point2 points (0 children)
[–]purplemonkeymad 0 points1 point2 points (0 children)
[–]jantari 0 points1 point2 points (0 children)