mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-02 16:43:05 +01:00
Update list-news.ps1
This commit is contained in:
parent
e74c9f1010
commit
06bf9e3d8e
@ -28,7 +28,7 @@ try {
|
|||||||
[xml]$content = (Invoke-WebRequest -URI $RSS_URL -useBasicParsing).Content
|
[xml]$content = (Invoke-WebRequest -URI $RSS_URL -useBasicParsing).Content
|
||||||
$title = $content.rss.channel.title
|
$title = $content.rss.channel.title
|
||||||
$URL = $content.rss.channel.link
|
$URL = $content.rss.channel.link
|
||||||
Write-Host "`n UTC HEADLINES (by: " -noNewline
|
Write-Host "`n UTC HEADLINES (by " -noNewline
|
||||||
Write-Host $URL -foregroundColor blue -noNewline
|
Write-Host $URL -foregroundColor blue -noNewline
|
||||||
Write-Host ")"
|
Write-Host ")"
|
||||||
Write-Host " --- ---------"
|
Write-Host " --- ---------"
|
||||||
|
Loading…
Reference in New Issue
Block a user