diff --git a/data/chillhop.txt b/data/chillhop.txt index 9b589c3..b818bcf 100644 --- a/data/chillhop.txt +++ b/data/chillhop.txt @@ -113,7 +113,6 @@ https://stream.chillhop.com/mp3/ 8497!Daybreak 9276!Runaway 9301!Float -9306!Relax Your Mind 8183!Divide 8926!Springside 9310!In Your Heart @@ -913,13 +912,11 @@ https://stream.chillhop.com/mp3/ 20122!Caravan 20119!Viatecture 20295!Not Afraid Of Ghosts -21646!Esfera 21658!Puesta De Sol 21657!Cueva 21656!Ámbar 21654!Leña 21653!Libélula -21652!Pie in the Sky 21651!Luz 21650!Saudade 21649!What If I Told You @@ -934,7 +931,6 @@ https://stream.chillhop.com/mp3/ 21661!Reason 20565!Shine 20563!Places -20561!Fallin' 21660!Memories Pt.2 21659!Memories Pt.1 20303!The World We Were Born In No Longer Exists diff --git a/src/scrapers/chillhop.rs b/src/scrapers/chillhop.rs index e0a959d..68e9e07 100644 --- a/src/scrapers/chillhop.rs +++ b/src/scrapers/chillhop.rs @@ -116,11 +116,11 @@ pub async fn scrape() -> eyre::Result<()> { const USER_AGENT: &str = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36"; const TRACK_COUNT: u64 = 1625; - const IGNORED_TRACKS: [u32; 24] = [ + const IGNORED_TRACKS: [u32; 28] = [ // 404 74707, // Lyrics 21655, 21773, 8172, 55397, 75135, 24827, 8141, 8157, 64052, 31612, 41956, 8001, 9217, 8730, - 55372, 9262, 30131, 9372, // Abnormal + 55372, 9262, 30131, 9372, 20561, 21652, 9306, 21646, // Abnormal 8469, 7832, 10448, 9446, 9396, ];