IptvPlaylistM3uTools

master

Offline URL helpers for the IPTV Playlist public directory and M3U utility pages.
bbwdadfg/iptvplaylist-m3u-tools

IPTV Playlist M3U Tools

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.

Usage

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/guides

Supported 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

License

MIT. See LICENSE.

Description

  • Swift Tools 5.7.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sun Aug 30 2026 09:28:35 GMT-0900 (Hawaii-Aleutian Daylight Time)