aboutsummaryrefslogtreecommitdiffstats
path: root/scraper/sc.php
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2025-12-14 17:03:14 -0500
committerlolcat <will@lolcat.ca>2025-12-14 17:03:14 -0500
commit0243e4edf21e7cdf09cfce9035bbca8ee3dd0076 (patch)
tree759367a6f20c0db29534f29f872200713f504bbb /scraper/sc.php
parentfd155b192e507752f4c6268547f7a81fb09986b8 (diff)
bypass soundclouds recent bullshit
Diffstat (limited to 'scraper/sc.php')
-rw-r--r--scraper/sc.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/scraper/sc.php b/scraper/sc.php
index 1c6132e..3475c9a 100644
--- a/scraper/sc.php
+++ b/scraper/sc.php
@@ -397,7 +397,12 @@ class sc{
break;
case "track":
- if(stripos($item["monetization_model"], "TIER") === false){
+ $stream = [
+ "endpoint" => null,
+ "url" => null
+ ];
+
+ /*if(stripos($item["monetization_model"], "TIER") === false){
$stream = [
"endpoint" => "sc",
@@ -413,7 +418,7 @@ class sc{
"endpoint" => null,
"url" => null
];
- }
+ }*/
// parse track
$out["song"][] = [
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage