Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ytfps

YouTube Full Playlist Scraper

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

Install

npm install @maroxy/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

About

scraps youtube playlist metadata and all its videos (not limited to 100), does not require API key

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages