1
0

fix a few compiler warnings

This commit is contained in:
2023-10-03 16:13:37 +02:00
parent 4cc76a45ef
commit d981d092e4
8 changed files with 424 additions and 429 deletions

View File

@@ -2,9 +2,8 @@ using HtmlAgilityPack;
namespace WordpressEboobScraper2.Scraper;
public class Helper
public static class Helper
{
public static string Filenamify(string v, bool repl = false)
{
var s = new String(v.Replace((char)160, ' ').ToCharArray().Where(p =>