/kissasian-video-scrapper

kissasian.ch (Drama site) - Video Scrapper

Primary LanguageJavaScriptMIT LicenseMIT

kissasian-video-scapper

kissasian.ch (Asian drama streaming website). This project is an episode scrapper that will found the video player embed for each episodes for you (the site is a big pain with a lot of pubs, useless capcha, and you have to made few clicks to found the real embed link on mp player... others are locked).

Requirements

Getting Started

This package is available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm i kissasian -g

Usage example

To show all options just run --help

$ kissasian --help

To fetch episode 1 and 2 of the Father-is-Strange drama (for example). Episodes must be seperated by a comma ,

# fetch multiple episodes
$ kissasian Father-is-Strange -e 1,2

# fetch one episode
$ kissasian Father-is-Strange -e 3

It's possible to fetch all episodes (just omit --episode : -e option):

$ kissasian Father-is-Strange

To open the fetched link in your default navigator just add the --open / -o option.

$ kissasian Father-is-Strange --episode 3 --open

License

MIT