UNPKG

@phunky/scrape-channel-listings

Version:

A TypeScript library for scraping TV channel listings from various providers

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