diff --git a/Service/CsdnService.cs b/Service/CsdnService.cs index 9f6b7df..65b3408 100644 --- a/Service/CsdnService.cs +++ b/Service/CsdnService.cs @@ -10,7 +10,7 @@ internal class CsdnService : IFeedService { string url = null; Regex reg_title = new Regex(@"([^<]+?)", RegexOptions.IgnoreCase | RegexOptions.Compiled); - Regex reg_con = new Regex(@"
([\s\S]+)
\s*
", RegexOptions.IgnoreCase | RegexOptions.Compiled); + Regex reg_con = new Regex(@"
([\s\S]+)
\s*", RegexOptions.IgnoreCase | RegexOptions.Compiled); WebUtility web = null;