1
0

config.cs

This commit is contained in:
2025-12-11 22:36:46 +01:00
parent 4253113c39
commit fd7338923e
2 changed files with 17 additions and 3 deletions

View File

@@ -64,6 +64,10 @@ public class Config
public static readonly EpubParameter TGD = new EpubParameter(Site.AO3, "The Great Divide", "Alexander Wales", "2021-03-29", "en", @"https://archiveofourown.org/works/30350478");
public static readonly EpubParameter ERINYA = new EpubParameter(Site.AO3, "Eager Readers in Your Area!", "Alexander Wales", "2022-08-18", "en", @"https://archiveofourown.org/works/41112099");
public static readonly EpubParameter SP1 = new EpubParameter(Site.RR, "Sky Pride", 1, "The Feral Daoist", "Warby Picus", "2025-03-08", "en", @"https://www.royalroad.com/fiction/107917/sky-pride/chapter/2113501/chapter-1--in-the-care-of-a-hateful-god");
public static readonly EpubParameter SP2 = new EpubParameter(Site.RR, "Sky Pride", 2, "Lotuses Above, Snakes Below", "Warby Picus", "2025-04-21", "en", @"https://www.royalroad.com/fiction/107917/sky-pride/chapter/2219374/chapter-1--the-supreme-virtue-hell-suppressing");
public static readonly EpubParameter SP3 = new EpubParameter(Site.RR, "Sky Pride", 3, "A Place In The World", "Warby Picus", "2025-07-14", "en", @"https://www.royalroad.com/fiction/107917/sky-pride/chapter/2434359/vol-3-chapter-1--unrivaled-since-ancient-times");
//-------------------------------------------------- ABORTED / BROKEN --------------------------------------------------//
@@ -71,21 +75,27 @@ public class Config
public static readonly EpubParameter TML = new EpubParameter(Site.RR, "The Menocht Loop", "caerulex", "2020-04-10", "en", @"https://www.royalroad.com/fiction/31514/the-menocht-loop/chapter/479082/1-yet-again");
//-------------------------------------------------- NO LONGER AVAILABLE --------------------------------------------------//
public static readonly EpubParameter MWC = new EpubParameter(Site.RR, "Metaworld Chronicles", "Wutosama", "2018-09-22", "en", @"https://www.royalroad.com/fiction/14167/metaworld-chronicles/chapter/163574/chapter-1-some-things-begin-something-ends");
//-------------------------------------------------- WIP --------------------------------------------------//
public static readonly EpubParameter NSTAR_1 = new EpubParameter(Site.WP, "Netherstar", 1, "Awakening", "D. D. Webb", "2019-01-26", "en", @"https://netherstar.net/2019/01/26/chapter-1-i-meant-to-do-that/");
public static readonly EpubParameter MWC = new EpubParameter(Site.RR, "Metaworld Chronicles", "Wutosama", "2018-09-22", "en", @"https://www.royalroad.com/fiction/14167/metaworld-chronicles/chapter/163574/chapter-1-some-things-begin-something-ends");
public static readonly EpubParameter WI = new EpubParameter(Site.WP, "The Wandering Inn", "pirateaba", "2016-06-27", "en", @"https://wanderinginn.com/2016/07/27/1-00/");
public static readonly EpubParameter TGAB5_4 = new EpubParameter(Site.WP, "The Gods are Bastards", 17, "A Great Doom", "D. D. Webb", "2019-11-04", "en", @"https://tiraas.net/2023/07/27/17-1/");
public static readonly EpubParameter ZOS = new EpubParameter(Site.RR, "Zenith of Sorcery", "Domagoj Kurmaic", "2023-07-06", "en", @"https://www.royalroad.com/fiction/71045/zenith-of-sorcery/chapter/1269005/1-homecoming");
public static readonly EpubParameter POA = new EpubParameter(Site.RR, "Path of Ascension", "Mantis C", "2021-03-03", "en", @"https://www.royalroad.com/fiction/40920/the-path-of-ascension/chapter/639813/the-path-of-ascension-chapter-1");
public static readonly EpubParameter SP4 = new EpubParameter(Site.RR, "Sky Pride", 4, "Being and Non-Being", "Warby Picus", "2025-10-06", "en", @"https://www.royalroad.com/fiction/107917/sky-pride/chapter/2655435/chapter-1--young-cranes-in-flight");
//----------------------------------------------------------------------------------------------------//
public static readonly EpubParameter[] BOOKS = new[] { ZOS };
public static readonly EpubParameter[] BOOKS = new[] { SP1, SP2, SP3, SP4, NSTAR_1, ZOS };
public static readonly bool USE_WEBCACHE = true;
public static readonly bool DO_LIVE_RELOAD_OF_LAST = true;

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
run:
dotnet run