From c2530453fb7ad0588fc172bd1e2f14ff9197eed7 Mon Sep 17 00:00:00 2001 From: talwat <83217276+talwat@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:07:07 +0200 Subject: [PATCH] chore: rescrape and update chillhop list --- data/chillhop.txt | 15 +++++++-------- src/main.rs | 1 - 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/data/chillhop.txt b/data/chillhop.txt index a2a6ac3..ccbcd8f 100644 --- a/data/chillhop.txt +++ b/data/chillhop.txt @@ -727,7 +727,6 @@ https://stream.chillhop.com/mp3/ 10450!Not A Cloud In Sight 10460!Deeper 10454!Creswick -10448!Slim Bobby 9771!Her Eyes 9775!Perspectives 8599!Otherside @@ -1307,14 +1306,8 @@ https://stream.chillhop.com/mp3/ 64054!I Don't Want Love 64040!One for Florian 75541!Seu Trio -64045!Cut Free 75544!You Bring Me Life -64036!Curtain Call -64038!High Hope -64043!In the Sun -64047!Sleeping Norboo -64050!Autumn Turned Winter -64056!Harp Trees +64045!Cut Free 75547!Last One 75546!That Summer 75545!Hold it Down @@ -1322,6 +1315,12 @@ https://stream.chillhop.com/mp3/ 75542!Hope 75540!When All I Heard Was Artifacts 75539!Cantar +64036!Curtain Call +64038!High Hope +64043!In the Sun +64047!Sleeping Norboo +64050!Autumn Turned Winter +64056!Harp Trees 79272!Early June 74856!Light of World 77527!Guitar Shop diff --git a/src/main.rs b/src/main.rs index 9a732d6..870774a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -75,7 +75,6 @@ enum Commands { #[cfg(feature = "scrape")] Scrape { // The source to scrape from. - #[clap(long, short)] source: scrapers::Source, }, }