magmastream 2.5.15 → 2.5.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,206 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.blockedWords = void 0;
4
+ exports.blockedWords = [
5
+ // Music-related terms
6
+ "lyrics",
7
+ "lyric",
8
+ "+LYRICS",
9
+ "audio",
10
+ "music",
11
+ "musicvideo",
12
+ "music-video",
13
+ "music video",
14
+ "vevo",
15
+ "original mix",
16
+ "mix",
17
+ "bass boosted",
18
+ "boosted",
19
+ "bass",
20
+ "acoustic",
21
+ "EP",
22
+ "karaoke",
23
+ "lofi",
24
+ "lo-fi",
25
+ "lo fi",
26
+ "lofibeats",
27
+ "lo-fi hip hop",
28
+ // Video-related terms
29
+ "video",
30
+ "official-musicvideo",
31
+ "official-audio",
32
+ "official",
33
+ "official mv",
34
+ "official-mv",
35
+ "official visualizer",
36
+ "official-visualizer",
37
+ "visualizer",
38
+ "official video",
39
+ "lyric video",
40
+ "animated",
41
+ "m/v",
42
+ "MV",
43
+ "Official HD Music Video",
44
+ // Live and performance-related terms
45
+ "live",
46
+ "live performance",
47
+ "vod",
48
+ // Duration-related terms
49
+ "1 hour",
50
+ "2 hour",
51
+ "3 hour",
52
+ "4 hour",
53
+ "5 hour",
54
+ "6 hour",
55
+ "7 hour",
56
+ "8 hour",
57
+ "9 hour",
58
+ "10 hour",
59
+ "11 hour",
60
+ "12 hour",
61
+ "13 hour",
62
+ "15 hour",
63
+ "16 hour",
64
+ "17 hour",
65
+ "18 hour",
66
+ "19 hour",
67
+ "20 hour",
68
+ "21 hour",
69
+ "23 hour",
70
+ "24 hour",
71
+ "48 hour",
72
+ "full version",
73
+ // Music labels and channels
74
+ "free music",
75
+ "ncs release",
76
+ "- Topic - ",
77
+ "GRM Daily",
78
+ "Monstercat Release",
79
+ "trapnation",
80
+ "trapcity",
81
+ "proximity",
82
+ "majesticcasual",
83
+ "suicide sheep",
84
+ "mrrevillz",
85
+ "taz network",
86
+ "cloudkid",
87
+ "xkito",
88
+ "dynmk",
89
+ "mrsuicidesheep",
90
+ "chill nation",
91
+ "indie nation",
92
+ "thegrimeviolinist",
93
+ "liquicity",
94
+ "epic network",
95
+ "pandora journey",
96
+ "edm.com",
97
+ "house nation",
98
+ "monstercat",
99
+ "nocopyrightsounds",
100
+ "ncs",
101
+ "nghbrs",
102
+ "chillhop music",
103
+ "chilledcow",
104
+ // Social media and engagement terms
105
+ "Tik Tok",
106
+ "TikTok",
107
+ "FREE DOWNLOAD",
108
+ "stream",
109
+ "download",
110
+ "subscribe",
111
+ "comment",
112
+ "like",
113
+ "share",
114
+ "follow",
115
+ // Mood and genre-related terms
116
+ "ambient music",
117
+ "relaxing music",
118
+ "study music",
119
+ "focus music",
120
+ "calming music",
121
+ "sleep music",
122
+ "reverb",
123
+ // Symbols and formatting characters
124
+ "♪",
125
+ "|",
126
+ "~",
127
+ "『",
128
+ "』",
129
+ // Non-English terms
130
+ "clip officiel",
131
+ "Audio oficial",
132
+ "Áudio oficial",
133
+ "Offizielles Audio",
134
+ "Audio resmi",
135
+ "Audio officiel",
136
+ "Resmi ses dosyası",
137
+ "Videoclipe Oficial",
138
+ "Clipe Oficial",
139
+ "video officiale",
140
+ "offizielles video",
141
+ // Additional non-English terms
142
+ "Vídeo oficial",
143
+ "Видео официальное",
144
+ "Offizielle Musik",
145
+ "Musique officielle",
146
+ "Música oficial",
147
+ "Ufficiale musica",
148
+ "公式ミュージックビデオ",
149
+ "官方音乐视频",
150
+ "공식 뮤직비디오",
151
+ "Vídeo musical oficial",
152
+ "Videoclip ufficiale",
153
+ "Clip de musique officiel",
154
+ "Offizielles Musikvideo",
155
+ "Официальный клип",
156
+ "Resmi müzik videosu",
157
+ "Oficjalne wideo",
158
+ "Officiële videoclip",
159
+ "Επίσημο βίντεο κλιπ",
160
+ "Resmi video klip",
161
+ "Offisiell musikkvideo",
162
+ "Officiell musikvideo",
163
+ "Virallinen musiikkivideo",
164
+ "Oficialus muzikinis vaizdo klipas",
165
+ "Zyrtare video muzikore",
166
+ "Rasmi muzik video",
167
+ "Chính thức video âm nhạc",
168
+ "Resmi müzik klibi",
169
+ "Oficjalne audio",
170
+ "Officiële audio",
171
+ "Аудио официальное",
172
+ "音声公式",
173
+ "官方音频",
174
+ "공식 오디오",
175
+ // Additional terms
176
+ "remix",
177
+ "cover",
178
+ "instrumental",
179
+ "extended mix",
180
+ "radio edit",
181
+ "feat.",
182
+ "ft.",
183
+ "featuring",
184
+ "prod. by",
185
+ "produced by",
186
+ "official lyric video",
187
+ "official audio",
188
+ "official music video",
189
+ "behind the scenes",
190
+ "making of",
191
+ "teaser",
192
+ "trailer",
193
+ "preview",
194
+ "snippet",
195
+ "exclusive",
196
+ "premiere",
197
+ "remastered",
198
+ "remaster",
199
+ "high quality",
200
+ "HQ",
201
+ "HD",
202
+ "4K",
203
+ "8K",
204
+ "surround sound",
205
+ "dolby atmos",
206
+ ];