diff options
| author | lolcat <will@lolcat.ca> | 2025-12-14 17:03:14 -0500 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-12-14 17:03:14 -0500 |
| commit | 0243e4edf21e7cdf09cfce9035bbca8ee3dd0076 (patch) | |
| tree | 759367a6f20c0db29534f29f872200713f504bbb /scraper/sc.php | |
| parent | fd155b192e507752f4c6268547f7a81fb09986b8 (diff) | |
bypass soundclouds recent bullshit
Diffstat (limited to 'scraper/sc.php')
| -rw-r--r-- | scraper/sc.php | 9 |
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"][] = [ |
