Exclude links and submit-a-glitch archives from the archive.
This commit is contained in:
parent
1b7e3ce08b
commit
0e3f1274cc
@ -68,6 +68,7 @@ TOPICS_DUMP = "threads.sql"
|
||||
# Categories we are not interested in archiving.
|
||||
# `id_cat` in (1, 2)
|
||||
DO_NOT_ARCHIVE_CATEGORIES = [
|
||||
7, # Links
|
||||
12, # Epsilon: ?????
|
||||
6, # Sigma: Higher Access
|
||||
8 # Omega: Garbage
|
||||
@ -76,6 +77,7 @@ DO_NOT_ARCHIVE_CATEGORIES = [
|
||||
# Boards we are not interested in archiving.
|
||||
# `id_board` in (1, 2)
|
||||
DO_NOT_ARCHIVE_BOARDS = [
|
||||
24, 94, 118, 121 # Links
|
||||
40, # Exclusive Board
|
||||
65, # Requests for Moderatorship
|
||||
66, # Requests for Membership+
|
||||
@ -84,7 +86,10 @@ DO_NOT_ARCHIVE_BOARDS = [
|
||||
22, # Admins Only Board
|
||||
89, # Test Board
|
||||
86, # Omega Archives
|
||||
51, 37, 79, 26, 47, 44, 99, 93, 119, 96,
|
||||
51, 37, 79, 26, 47, 44, 45, 99, 93, 119, 96,
|
||||
62, # Submit-A-Glitch Archives
|
||||
3, 4, 5, 57, 58, 59, 38, 54, 63, 64,
|
||||
68, 69, 70, 81, 82, 83,
|
||||
28, # The Dumpster Out Back
|
||||
123 # ?????
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user