diff --git a/Config.cs b/Config.cs index fa14ca6..e7ac703 100644 --- a/Config.cs +++ b/Config.cs @@ -70,9 +70,11 @@ public class Config public static readonly EpubParameter TPR = new EpubParameter(Site.RR, "The Perfect Run", "Maxime J. Durand", "2020-10-14", "en", @"https://www.royalroad.com/fiction/36735/the-perfect-run/chapter/569225/1-quicksave"); + 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[] BOOKS = new[] { TPR }; + public static readonly EpubParameter[] BOOKS = new[] { ZOS }; public static readonly bool USE_WEBCACHE = true; public static readonly bool DO_LIVE_RELOAD_OF_LAST = true;