From a274c5eaf32b41914f20a1ae04c6fdd2c1abc302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Tue, 3 Oct 2023 16:34:27 +0200 Subject: [PATCH] Quickpush-commit from 2023-10-03 16:34:27 --- Config.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;