Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
fix: change soundcloud data ids
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Mar 1, 2021
1 parent 69c08de commit 37efd3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export const scrapeData = async (url: string): Promise<ScrapedData> => {
}

export const ScrapeIDs = {
user: 30,
playlist: 45,
trackWithTranscodings: 18,
user: 73324,
playlist: 62261,
trackWithTranscodings: 70925,
}

const scriptReg = /<script(?: crossorigin)? src="(https:\/\/a-v2\.sndcdn\.com\/assets\/.+\.js)"/gm
Expand Down

0 comments on commit 37efd3f

Please sign in to comment.