Quickpush-commit from 2023-10-03 16:34:27
This commit is contained in:
parent
d981d092e4
commit
a274c5eaf3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user