A Node.js package to check if players have been removed from video-sharing platforms like CDA, Google Drive, and Sibnet.
- GitHub: github.com/ankordii
- Website: https://docchi.pl/contact
- E-mail: pomoc@docchi.pl
Node.js required
npm install @docchi/track-player
Don't forget to add
"type": "module"
to yours package.json
Supported URL's
-
GOOGLE DRIVE - https://drive.google.com/file/d/0BxZF0Ie-2NRsUjhld2FvYzdsWms/view
-
GOOGLE DRIVE - https://drive.google.com/file/d/0BxZF0Ie-2NRsUjhld2FvYzdsWms/preview
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"
}
-
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.
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.