@maroxy/ytfps
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

ytfps

YouTube Full Playlist Scraper

Tiny module to scrap youtube playlist metadata and its videos (not limited to 100)

Install

npm install ytfps

Usage

const ytfps = require('ytfps');
// TypeScript: import ytfps from 'ytfps'; //with --esModuleInterop

ytfps('PLAbeRqyTx1rIGWY13HgPyh0VF0LdoTQFp').then(playlist => {
    do_something(playlist);
}).catch(err => {
    throw err;
});

API

ytfps(id)

Scraps the supplied playlist and returns a promise with its metadata.

License

MIT

/@maroxy/ytfps/

    Package Sidebar

    Install

    npm i @maroxy/ytfps

    Weekly Downloads

    3

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    35.8 kB

    Total Files

    15

    Last publish

    Collaborators

    • maroxy