ondemandkoreascraper

1.0.1 • Public • Published

OnDemandKorea Scraper

Scraper for OnDemandKorea

Features

  • Scrape Search Results
  • Get episode stream source

Install

npm install ondemandkoreascraper --save

How To Use

Use the scraper to get search results based on a keyword query

const scraper = require('ondemandkoreascraper');
 
(async() => {
    let result = await getSearch(query, options);
    console.log(result)
})();
 

Use the scraper to get the .m3u8 source of a given url

const scraper = require('ondemandkoreascraper');
 
(async() => {
    let src = await getSearch(url, options);
    console.log(src)
})();
 

License

Apache-2.0

Package Sidebar

Install

npm i ondemandkoreascraper

Weekly Downloads

2

Version

1.0.1

License

Apache-2.0

Unpacked Size

14.7 kB

Total Files

6

Last publish

Collaborators

  • squishy123