diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-05-06 21:58:49 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-05-06 21:58:49 -0700 |
| commit | 7b0157a79378847bd3aa4e10e30f0a929ca27c53 (patch) | |
| tree | 3d6b7738ffa01b9196a907d6e74dbbbdfc5f4700 /config.py | |
| parent | 178cb85d040ec73b7e0564169fe4b7cb2d05085a (diff) | |
Fixed auto generate channel data files
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
