@phunky/scrape-channel-listings
Version:
A TypeScript library for scraping TV channel listings from various providers
11 lines (10 loc) • 318 B
TypeScript
/**
* Sky Glass Ireland Channel Listing Scraper
* Extracts channel numbers and names from Sky Stream and Sky Glass in the Republic of Ireland channel lineup
*/
import { type ScraperConfig } from '../utils/scraper';
/**
* Sky UK scraper configuration
*/
declare const config: ScraperConfig;
export default config;