Replace Linqpad-only methods and split into files (works except Hyperlinq)
This commit is contained in:
15
WPEbookScraper2.cs
Normal file
15
WPEbookScraper2.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using WordpressEboobScraper2.Scraper;
|
||||
|
||||
namespace WordpressEboobScraper2;
|
||||
|
||||
public class WPEbookScraper2
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
var scraper = new Scraper.Scraper();
|
||||
|
||||
if (Config.MODE == MainMode.Generate) scraper.Generate();
|
||||
if (Config.MODE == MainMode.Verify) scraper.Verify();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user