2.0.0 • Published 9 months ago

@docchi/track-player v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@docchi/track-player

A Node.js package to check if players have been removed from video-sharing platforms like CDA, Google Drive, and Sibnet.

Okładka

Contact

Installation

Node.js required

npm install @docchi/track-player

Supported URL's

Example:

import Track from "@docchi/track-player";

console.log(
  await Track({
    source: "https://video.sibnet.ru/shell.php?videoid=5128164",
  })
);

If available

{
  "status": 200,
  "message": "Source exists"
}

Codes

  • 501 - Not supported platform.
  • 500 - Something went wrong.

  • 410 - Source removed by administrators.

  • 429 - Too Many Requests.
  • 403 - Request access only video.

  • 200 - Source exists.

  • 206 - Page loaded, but couldn't verify if source exists.

Support

IMPORTANT: Help me beeing efficient, please! I am developing in my free time for no money. Contribute to the project by posting complete, structured and helpful issues which I can reproduce quickly without asking for missing information.

ko-fi

License

MIT