-
Notifications
You must be signed in to change notification settings - Fork 0
/
affiliate.hash
45 lines (41 loc) · 971 Bytes
/
affiliate.hash
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
//
//
prefix = "Affiliate"
# the character mapping array
# array starts out mapping one-to-one, i.e. input = output
#
mappings:
{
# make the generated hashes case-insensitive
ignoreCase = true
# mark these characters as equivalent separators
Separator = ""
}
# the strings to hash into the enum
# if there is a comma, first string is for symbol, subsequent strings are to hash
#
keywords = [
"ABC",
"BBC",
"CBC",
"CBS",
"CTV",
"CITY",
"CW,CW,The CW,The CW Network,CW Television Network",
"Daystar",
"ETV",
"Fox",
"Ind,Ind,Ind.,Independent,None,N/A",
"Ion",
"ITV",
"MyTV,MyTV,My Network,My Network TV,MyNetwork,MyNetworkTV,MyNetwork TV",
"NBC",
"PBS,PBS,Public Broadcasting Service",
"Rogers",
"Sky,Sky,Skʌɪ",
"STV",
"Trinity,Trinity,Trinity Broadcasting Network,TBN",
"Telemundo,Telemundo,Telmundo",
"UniMas,UniMas,UniMás",
"Univision,Univision,Unvision"
]