aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorPinapelz <donaldshan1@outlook.com>2023-05-06 21:58:49 -0700
committerPinapelz <donaldshan1@outlook.com>2023-05-06 21:58:49 -0700
commit7b0157a79378847bd3aa4e10e30f0a929ca27c53 (patch)
tree3d6b7738ffa01b9196a907d6e74dbbbdfc5f4700 /config.py
parent178cb85d040ec73b7e0564169fe4b7cb2d05085a (diff)
Fixed auto generate channel data files
Diffstat (limited to 'config.py')
-rw-r--r--config.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.py b/config.py
index 2c7f2eb..3b2404c 100644
--- a/config.py
+++ b/config.py
@@ -44,6 +44,11 @@ ROOT_STORAGE_PATH = ""
# Organization names must match the names on Holodex (case sensitive)
HOLODEX_ORG = "Nijisanji,Hololive" # Can be a comma separated list of organizations
ORG_MEMBER_COUNT = 300
-UPDATE_LOCAL_RECORDS = True # If true, will update the local records of the channels.txt and exclude_channels.txt files
+UPDATE_LOCAL_RECORDS = True # If true, will update the local records of the channels.txt and exclude_channels.txt file
+
+# URL for pulling the channels.txt and exclude_channels.txt file from a URL (should be raw txt form)
+# Provide link to the directory/base url that contains the channels.txt and exclude_channels.txt files
+EXTERNAL_DATA_URL = "https://raw.githubusercontent.com/pinapelz/NijiTrack/pettan-track-data/data/" # You'll need to manually call this
+REFRESH_DAILY = False # If true, will refresh the data from the external data url every day
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage