Skip to content

Commit e81516c

Browse files
committed
Update CRNewsPanel.cs
1 parent 902aec7 commit e81516c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Controls/CRNewsPanel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ private async Task<NewsStorage> ParseLink(NewsStorage newsStorage)
7979
Match calendarMatch = Regex.Match(pageBody.Replace("\r", "").Replace(" ", "").Replace("\n", ""), "<p class=\"is-5 is-uppercase\">(.*?)<");
8080
Match userMatch = Regex.Match(pageBody, "\"author\": \"(.*)\"");
8181
Match categoryMatch = Regex.Match(pageBody, "\"category tag\">(.*)<\\/a><\\/p>");
82-
Clipboard.SetText(pageBody.Replace("\r", "").Replace(" ", "").Replace("\n", ""));
8382

8483
if (titleMatch.Success && titleMatch.Groups[1].Success)
8584
{

0 commit comments

Comments
 (0)