CocoaPods trunk is moving to be read-only. Read more on the blog, there are 3 months to go.

IptvPlaylistM3uTools 0.2.0

IptvPlaylistM3uTools 0.2.0

Maintained by Bai Wei.



  • By
  • bbwdadfg

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.