Skip to content

docchipl/track-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

How to use

Don't forget to add

"type": "module"

to yours package.json


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

About

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

Resources

License

Stars

Watchers

Forks