mirror of
https://github.com/talwat/lowfi
synced 2025-08-23 18:18:52 +00:00
chore: remove a few tracks with lyrics
This commit is contained in:
parent
1bb3ee2e02
commit
6f679055ea
@ -132,7 +132,6 @@ https://stream.chillhop.com/mp3/
|
||||
8968!Morning Love Affair
|
||||
8961!Smunchiiez
|
||||
8970!Funk Flowers
|
||||
8172!I Just Love Your Smile
|
||||
8958!Praliné
|
||||
9257!Drive Home
|
||||
8407!Gaia
|
||||
@ -1178,7 +1177,6 @@ https://stream.chillhop.com/mp3/
|
||||
55317!Fly High Newborn
|
||||
55313!Coffeebreak
|
||||
55310!Peaceful Dissociation
|
||||
55397!Color of the Darkness
|
||||
55372!Once
|
||||
53592!Let Go
|
||||
58841!Still Looking
|
||||
@ -1308,7 +1306,6 @@ https://stream.chillhop.com/mp3/
|
||||
75732!Spirals
|
||||
75141!Lobby call
|
||||
71621!Foresight
|
||||
75135!Falling
|
||||
75143!On the Run
|
||||
75137!Impulse
|
||||
75745!Looming
|
||||
|
@ -118,10 +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 TRACK_COUNT: u64 = 1625;
|
||||
|
||||
const IGNORED_TRACKS: [u32; 3] = [
|
||||
const IGNORED_TRACKS: [u32; 6] = [
|
||||
74707, // 404
|
||||
21655, // Lyrics
|
||||
21773, // Lyrics
|
||||
8172, // Lyrics
|
||||
55397, // Lyrics
|
||||
75135, // Lyrics
|
||||
];
|
||||
|
||||
const IGNORED_ARTISTS: [&str; 1] = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user