c
This commit is contained in:
parent
35e9fd070f
commit
fb0f12d3c0
2 changed files with 7 additions and 5 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"last_updated": "2025-11-01T17:47:22Z",
|
"last_updated": "2025-11-05T17:07:21Z",
|
||||||
"files": {
|
"files": {
|
||||||
"Artists.html": {
|
"Artists.html": {
|
||||||
"hash": "0b560d6f4057478fda36003f76c43537d9fcf93913f599a2b0d4789af452e93a"
|
"hash": "567dae12abea69fcee5e4281e5d41f08e0ce4223fd05793139c49a3741740dbc"
|
||||||
},
|
},
|
||||||
"artists.csv": {
|
"artists.csv": {
|
||||||
"hash": "ac2941316ca0fab4807a0a22b9bc60154fff36383521acc93d188341d5f7263c"
|
"hash": "79ad11088abc2a3e0f56cf4cf0c5c4792a3634530da0ae504adafd82a62cd5f4"
|
||||||
},
|
},
|
||||||
"artists.xlsx": {
|
"artists.xlsx": {
|
||||||
"hash": "310b9c7494a8647b83ca16868dc5177bedf5a9a60c5858f14a1b100934ac9c00"
|
"hash": "ab4559518542d9d6728473af6d7dcc2437407a66dc6860652d79886f8e782ef2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
4
main.go
4
main.go
|
|
@ -43,15 +43,17 @@ const (
|
||||||
|
|
||||||
var ExcludeNames = map[string]bool{
|
var ExcludeNames = map[string]bool{
|
||||||
"🎹Worst Comps & Edits": true,
|
"🎹Worst Comps & Edits": true,
|
||||||
|
"🎹 Yedits": true,
|
||||||
"🎹 Comps & Edits": true,
|
"🎹 Comps & Edits": true,
|
||||||
"Comps & Edits": true,
|
"Comps & Edits": true,
|
||||||
|
"Worst Comps & Edits": true,
|
||||||
|
"Yedits": true,
|
||||||
"K4$H K4$$!n0": true,
|
"K4$H K4$$!n0": true,
|
||||||
"K4HKn0": true,
|
"K4HKn0": true,
|
||||||
"AI Models": true,
|
"AI Models": true,
|
||||||
"🎹 BPM & Key Tracker": true,
|
"🎹 BPM & Key Tracker": true,
|
||||||
"🎹Comps & Edits": true,
|
"🎹Comps & Edits": true,
|
||||||
"🎹 Worst Comps & Edits": true,
|
"🎹 Worst Comps & Edits": true,
|
||||||
"🎹 Yedits": true,
|
|
||||||
"Allegations": true,
|
"Allegations": true,
|
||||||
"Rap Disses Timeline": true,
|
"Rap Disses Timeline": true,
|
||||||
"Underground Artists": true,
|
"Underground Artists": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue