UNPKG

@phunky/scrape-channel-listings

Version:

A TypeScript library for scraping TV channel listings from various providers

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