chore: rescrape and update chillhop list

This commit is contained in:
talwat 2025-09-25 16:07:07 +02:00
parent e4fd542edf
commit c2530453fb
2 changed files with 7 additions and 9 deletions

View File

@ -727,7 +727,6 @@ https://stream.chillhop.com/mp3/
10450!Not A Cloud In Sight 10450!Not A Cloud In Sight
10460!Deeper 10460!Deeper
10454!Creswick 10454!Creswick
10448!Slim Bobby
9771!Her Eyes 9771!Her Eyes
9775!Perspectives 9775!Perspectives
8599!Otherside 8599!Otherside
@ -1307,14 +1306,8 @@ https://stream.chillhop.com/mp3/
64054!I Don't Want Love 64054!I Don't Want Love
64040!One for Florian 64040!One for Florian
75541!Seu Trio 75541!Seu Trio
64045!Cut Free
75544!You Bring Me Life 75544!You Bring Me Life
64036!Curtain Call 64045!Cut Free
64038!High Hope
64043!In the Sun
64047!Sleeping Norboo
64050!Autumn Turned Winter
64056!Harp Trees
75547!Last One 75547!Last One
75546!That Summer 75546!That Summer
75545!Hold it Down 75545!Hold it Down
@ -1322,6 +1315,12 @@ https://stream.chillhop.com/mp3/
75542!Hope 75542!Hope
75540!When All I Heard Was Artifacts 75540!When All I Heard Was Artifacts
75539!Cantar 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 79272!Early June
74856!Light of World 74856!Light of World
77527!Guitar Shop 77527!Guitar Shop

View File

@ -75,7 +75,6 @@ enum Commands {
#[cfg(feature = "scrape")] #[cfg(feature = "scrape")]
Scrape { Scrape {
// The source to scrape from. // The source to scrape from.
#[clap(long, short)]
source: scrapers::Source, source: scrapers::Source,
}, },
} }