1
0

Replace Linqpad-only methods and split into files (works except Hyperlinq)

This commit is contained in:
2023-08-20 16:10:39 +02:00
parent ccfeedc067
commit 9692dc531f
16 changed files with 1748 additions and 1662 deletions

View File

@@ -0,0 +1,7 @@
namespace WordpressEboobScraper2.Scraper;
public class SerializableCacheEntry
{
public string URL;
public GZippedString Content;
}