UNPKG

@phunky/scrape-channel-listings

Version:

A TypeScript library for scraping TV channel listings from various providers

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