1.0.5 • Published 3 years ago

viki-scraper v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Viki Scraper

Get the show information from the Viki website.

Usage

import { getInfo } from 'viki-scraper';

getInfo({
  url: 'https://www.viki.com/tv/38405c-shting-stars',
  language: 'es',
}).then(console.log);
/*
{
    title: string;
    originalTitle: string;
    image: string;
    year: string;
    rating: string;
    episodes: string;
    genres: string[];
    cast: string[];
    synopsis: string;
}
*/
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago