fix a few compiler warnings
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user