From adde9c42abf2852280a84d0acddee5211795c2e0 Mon Sep 17 00:00:00 2001 From: danielwerg <35052399+danielwerg@users.noreply.github.com> Date: Thu, 13 Nov 2025 23:24:03 +0300 Subject: [PATCH] chore(chillhop): remove tracks with lyrics (#107) * chore(chillhop): remove Fall Down (9262) lyrics * chore(chillhop): remove tracks with lyrics --- data/chillhop.txt | 4 ---- src/scrapers/chillhop.rs | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/data/chillhop.txt b/data/chillhop.txt index ccbcd8f..9b589c3 100644 --- a/data/chillhop.txt +++ b/data/chillhop.txt @@ -83,7 +83,6 @@ https://stream.chillhop.com/mp3/ 9201!Skyrate 8349!Isla Bella 8303!Indelible -8730!Everydayluvin 9252!Yesorno 9249!Remember 8412!Nomatter @@ -176,7 +175,6 @@ https://stream.chillhop.com/mp3/ 8425!Silience 8447!Phase 8548!Fall Down - Instrumental -9262!Fall Down 8551!Fira 8494!Gone Again 8489!Evening Routine @@ -219,7 +217,6 @@ https://stream.chillhop.com/mp3/ 8756!Away with the Fairies 8473!Melting Ice 8781!All Us -9372!Love from NGC 7318 8554!Faces 8005!Interstellar 7998!Stay. @@ -1039,7 +1036,6 @@ https://stream.chillhop.com/mp3/ 30130!Leaf Contour 30137!Reunion 30141!Repent -30131!Letters 30308!Green Tea 30140!Riverside 31601!Solitude diff --git a/src/scrapers/chillhop.rs b/src/scrapers/chillhop.rs index 978ee0f..65810ae 100644 --- a/src/scrapers/chillhop.rs +++ b/src/scrapers/chillhop.rs @@ -121,8 +121,8 @@ pub async fn scrape() -> eyre::Result<()> { const IGNORED_TRACKS: [u32; 20] = [ // 404 74707, // Lyrics - 21655, 21773, 8172, 55397, 75135, 24827, 8141, 8157, 64052, 31612, 41956, 8001, 9217, - 55372, // Abnormal + 21655, 21773, 8172, 55397, 75135, 24827, 8141, 8157, 64052, 31612, 41956, 8001, 9217, 8730, + 55372, 9262, 30131, 9372, // Abnormal 8469, 7832, 10448, 9446, 9396, ];