UNPKG

source-scraper-jwplayer-runner

Version:

Provides the JWPlayerRunner class for scrapping.

10 lines (7 loc) 279 B
import { SimpleJWPlayerScraper } from '../lib'; import { ScraperTester } from 'source-scraper-test-utils'; const urls = ['https://tiwi.kiwi/kzs67oaxzzco']; ScraperTester.fromStatic(SimpleJWPlayerScraper) .testUrlDetection(urls) .testScraping(urls) .run();