@scrapecreators/cli 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29065,17 +29065,17 @@ export const apis = [
29065
29065
  {
29066
29066
  name: "Track",
29067
29067
  method: "GET",
29068
- description: "Gets detailed information about a SoundCloud track/song by ID.",
29068
+ description: "Gets detailed information about a SoundCloud track/song by URL.",
29069
29069
  fullDescription:
29070
- "Fetches detailed information about a SoundCloud track/song by ID. Returns track title, plays, likes, reposts, comments, artwork, artist, and other SoundCloud metadata.",
29070
+ "Fetches detailed information about a SoundCloud track/song by URL. Returns track title, plays, likes, reposts, comments, artwork, artist, and other SoundCloud metadata.",
29071
29071
  path: "/v1/soundcloud/track",
29072
29072
  params: [
29073
29073
  {
29074
- name: "id",
29075
- type: "number",
29074
+ name: "url",
29075
+ type: "string",
29076
29076
  required: true,
29077
- description: "SoundCloud track ID.",
29078
- placeholder: 2306956232,
29077
+ description: "SoundCloud track URL.",
29078
+ placeholder: "https://soundcloud.com/kehlanimusic/lights-on-feat-big-sean",
29079
29079
  },
29080
29080
  ],
29081
29081
  sampleResponse: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrapecreators/cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "CLI for the ScrapeCreators API — scrape 27+ social media platforms from the terminal",
5
5
  "type": "module",
6
6
  "bin": {