youtube-playlist-videos-scraper

1.0.2 • Public • Published

Youtube-Playlist-Videos-Scraper is a nodejs package to to scrape playlist videos data using browser automation. It currently runs only on windows.

Installation

npm install youtube-playlist-videos-scraper

Example

In this example we first import package, then we scraped data of playlist videos.

var youtube=require("youtube-playlist-videos-scraper");

function getdata(response){
	var data=response["body"]
	console.log("videos data",data)
}
youtube.get_playlist_videos('https://www.youtube.com/playlist?list=PLnOC9rlyvdSkWQt5YqEsVJKzrsvfnid_-',getdata)

DataKund

datakund is needed for browser automation. As soon as this package is imported in code, automated browser will open up.

Import

var youtube=require("youtube-playlist-videos-scraper");

Get Videos Data

youtube.get_playlist_videos("playlist_link")

Contact Us

Package Sidebar

Install

npm i youtube-playlist-videos-scraper

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

1.64 kB

Total Files

3

Last publish

Collaborators

  • datakund