Public M3U Directory & Utilities
IPTV Playlist provides public IPTV playlist links organized by country and topic, plus browser-based tools to inspect, test, and analyze M3U streams. This repository contains a small, independent offline URL builder for its public directory and utility pages.
The helper does not fetch streams, proxy media, host playlist files, or claim to be an official IPTV Playlist SDK.
const { metadata, playlistUrl, toolUrl } = require('iptvplaylist-m3u-tools');
playlistUrl('United Kingdom');
// https://iptvplaylist.app/playlists/united-kingdom
toolUrl('analyzer');
// https://iptvplaylist.app/m3u-playlist-analyzer
metadata().canonicalPages.guides;
// https://iptvplaylist.app/guidesSupported tools are checker, analyzer, viewer, and guides. Core behavior is offline and uses no network requests.
Homepage: https://iptvplaylist.app/
Source: https://github.com/bbwdadfg/iptvplaylist-m3u-tools
MIT. See LICENSE.