1
0
Fork 0

Quickpush-commit from 2023-10-03 16:34:27

This commit is contained in:
Mike Schwörer 2023-10-03 16:34:27 +02:00
parent d981d092e4
commit a274c5eaf3
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
1 changed files with 3 additions and 1 deletions

View File

@ -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;