From 49b70b104d22daa09b5f75a5f5ef0ab6a217b3f1 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 7 May 2024 10:25:40 +0200 Subject: [PATCH] Update list-news.ps1 --- scripts/list-news.ps1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/list-news.ps1 b/scripts/list-news.ps1 index 54605618..f018a0ea 100755 --- a/scripts/list-news.ps1 +++ b/scripts/list-news.ps1 @@ -11,7 +11,9 @@ Specifies the speed to write the text (10 ms by default) .EXAMPLE PS> ./list-news.ps1 - [UTC] [Yahoo News - Latest News & Headline - https://www.yahoo.com/news/world] + + UTC Yahoo News - Latest News & Headlines - https://www.yahoo.com/news/world + --- ----------------------------------------------------------------------- ❇️ 09:15 Deadly Mediterranean wildfires kill more than 40 ... .LINK @@ -27,7 +29,9 @@ try { $title = $content.rss.channel.title $URL = $content.rss.channel.link - "`n [UTC] [$title - $URL]" + " " + " UTC $title - $URL" + " --- -----------------------------------------------------------------------" [int]$count = 1 foreach ($item in $content.rss.channel.item) {