UNPKG

@phunky/scrape-channel-listings

Version:

A TypeScript library for scraping TV channel listings from various providers

11 lines (10 loc) 261 B
/** * Sky UK Channel Listing Scraper * Extracts channel numbers and names from Sky's channel lineup */ import { type ScraperConfig } from '../utils/scraper'; /** * Sky UK scraper configuration */ declare const config: ScraperConfig; export default config;