mirror of
https://github.com/talwat/lowfi
synced 2025-09-27 10:50:02 +00:00
chore: purge a few more songs from scraper
This commit is contained in:
parent
632b298de2
commit
e4fd542edf
@ -30,7 +30,6 @@ https://stream.chillhop.com/mp3/
|
|||||||
8943!Wondering
|
8943!Wondering
|
||||||
8906!Soundscapes
|
8906!Soundscapes
|
||||||
8421!Wine & Roses
|
8421!Wine & Roses
|
||||||
8469!Interlude
|
|
||||||
8464!Underwater
|
8464!Underwater
|
||||||
8221!The Creator
|
8221!The Creator
|
||||||
8467!Cloud Steps
|
8467!Cloud Steps
|
||||||
@ -223,7 +222,6 @@ https://stream.chillhop.com/mp3/
|
|||||||
9372!Love from NGC 7318
|
9372!Love from NGC 7318
|
||||||
8554!Faces
|
8554!Faces
|
||||||
8005!Interstellar
|
8005!Interstellar
|
||||||
8001!The Dream
|
|
||||||
7998!Stay.
|
7998!Stay.
|
||||||
7994!Don't know why
|
7994!Don't know why
|
||||||
7991!Chinatown
|
7991!Chinatown
|
||||||
@ -311,7 +309,6 @@ https://stream.chillhop.com/mp3/
|
|||||||
7839!New Light
|
7839!New Light
|
||||||
7837!Lost Love
|
7837!Lost Love
|
||||||
7834!Foggy Road
|
7834!Foggy Road
|
||||||
7832!Isolated
|
|
||||||
7830!Wistful
|
7830!Wistful
|
||||||
7842!Nimbus
|
7842!Nimbus
|
||||||
7841!Chiaroscuro
|
7841!Chiaroscuro
|
||||||
@ -401,7 +398,6 @@ https://stream.chillhop.com/mp3/
|
|||||||
8604!Sleepwell
|
8604!Sleepwell
|
||||||
9485!Dusk
|
9485!Dusk
|
||||||
9484!Slowdrive
|
9484!Slowdrive
|
||||||
9446!Quietly, Now
|
|
||||||
8321!Loved
|
8321!Loved
|
||||||
7880!Get Up and Go
|
7880!Get Up and Go
|
||||||
9488!Goodmorning
|
9488!Goodmorning
|
||||||
@ -599,14 +595,12 @@ https://stream.chillhop.com/mp3/
|
|||||||
8536!Novel (Calm)
|
8536!Novel (Calm)
|
||||||
9255!Manner (Forms)
|
9255!Manner (Forms)
|
||||||
9447!Vinho Verde
|
9447!Vinho Verde
|
||||||
9396!Upstream Color
|
|
||||||
8083!You're Asleep So I Gotta Keep It Down Shh
|
8083!You're Asleep So I Gotta Keep It Down Shh
|
||||||
8688!Home Video
|
8688!Home Video
|
||||||
8514!Old Friends
|
8514!Old Friends
|
||||||
9219!Growing Apart
|
9219!Growing Apart
|
||||||
7925!Upset (hold it in)
|
7925!Upset (hold it in)
|
||||||
9222!Keep Going
|
9222!Keep Going
|
||||||
9217!Feeling Lost
|
|
||||||
9228!Reflection
|
9228!Reflection
|
||||||
9225!Tumbling
|
9225!Tumbling
|
||||||
9224!Fox
|
9224!Fox
|
||||||
@ -1116,7 +1110,6 @@ https://stream.chillhop.com/mp3/
|
|||||||
36922!Treecko is a Cool Starter
|
36922!Treecko is a Cool Starter
|
||||||
37133!Penpals Perhaps
|
37133!Penpals Perhaps
|
||||||
37127!Apple Turnover
|
37127!Apple Turnover
|
||||||
41956!Making a Way
|
|
||||||
43908!Memory
|
43908!Memory
|
||||||
43907!Soft Spot
|
43907!Soft Spot
|
||||||
43906!Envy You
|
43906!Envy You
|
||||||
@ -1173,7 +1166,6 @@ https://stream.chillhop.com/mp3/
|
|||||||
55317!Fly High Newborn
|
55317!Fly High Newborn
|
||||||
55313!Coffeebreak
|
55313!Coffeebreak
|
||||||
55310!Peaceful Dissociation
|
55310!Peaceful Dissociation
|
||||||
55372!Once
|
|
||||||
53592!Let Go
|
53592!Let Go
|
||||||
58841!Still Looking
|
58841!Still Looking
|
||||||
58840!Longest Wait
|
58840!Longest Wait
|
||||||
|
@ -118,18 +118,13 @@ 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 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 TRACK_COUNT: u64 = 1625;
|
||||||
|
|
||||||
const IGNORED_TRACKS: [u32; 6] = [
|
const IGNORED_TRACKS: [u32; 20] = [
|
||||||
74707, // 404
|
// 404
|
||||||
21655, // Lyrics
|
74707,
|
||||||
21773, // Lyrics
|
// Lyrics
|
||||||
8172, // Lyrics
|
21655, 21773, 8172, 55397, 75135, 24827, 8141, 8157, 64052, 31612, 41956, 8001, 9217, 55372,
|
||||||
55397, // Lyrics
|
// Abnormal
|
||||||
75135, // Lyrics
|
8469, 7832, 10448, 9446, 9396
|
||||||
24827, // Lyrics
|
|
||||||
8141, // Lyrics
|
|
||||||
8157, // Lyrics
|
|
||||||
64052, // Lyrics
|
|
||||||
31612, // Lyrics
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const IGNORED_ARTISTS: [&str; 1] = [
|
const IGNORED_ARTISTS: [&str; 1] = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user