Replace Linqpad-only methods and split into files (works except Hyperlinq)
This commit is contained in:
7
Scraper/SerializableCacheEntry.cs
Normal file
7
Scraper/SerializableCacheEntry.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace WordpressEboobScraper2.Scraper;
|
||||
|
||||
public class SerializableCacheEntry
|
||||
{
|
||||
public string URL;
|
||||
public GZippedString Content;
|
||||
}
|
||||
Reference in New Issue
Block a user