From f2c269559a33ed628d55a619302b0b6dd130bef6 Mon Sep 17 00:00:00 2001 From: Gingiris Bot Date: Tue, 31 Mar 2026 11:05:06 +0800 Subject: [PATCH] docs: optimize README with badges, TOC, and structure - Add shields.io badges for quick status overview - Add Quick Start section for immediate usage - Add features table for better discoverability - Add EPG integration guide - Improve status visualization with tables - Add contributing guidelines README optimized with Gingiris README Generator --- README.md | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..eba31702 --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +# IPTV Stream Monitor + +> 📺 Public IPTV channels with automated status monitoring + +A curated collection of publicly accessible IPTV streams, featuring real-time channel availability tracking and automated testing. + +## ⚡ Quick Start + +```bash +# Clone the repository +git clone https://github.com/doms9/iptv.git + +# Open M3U file in your preferred IPTV player +# Recommended players: VLC, IPTV Smarters, Perfect Player +``` + +## 📡 Stream URLs + +| Type | URL | Description | +|------|-----|-------------| +| **Base** | `https://s.id/d9Base` | Main channel lineup | +| **Live Events** | `https://s.id/d9Live` | Sports & special events | +| **Combined** | `https://s.id/d9M3U8` | All channels merged | +| **EPG Guide** | `https://s.id/d9sEPG` | Electronic Program Guide | + +## ✅ Current Status + +| Metric | Count | +|--------|-------| +| Working Streams | 157 | +| Dead Streams | 5 | +| Total Channels | 162 | + +### Recent Issues + +| Channel | Error Code | Status | +|---------|------------|--------| +| FDSN Ohio | HTTP 403 | ❌ Blocked | +| HBO Family | HTTP 403 | ❌ Blocked | +| Hallmark Family | HTTP 403 | ❌ Blocked | +| NFL Network | HTTP 404 | ❌ Not Found | +| NHL Network | HTTP 000 | ❌ Timeout | + +## 🔧 Features + +- 📊 **Real-time Monitoring** — Automated status checks every 24 hours +- 🎯 **Multiple Formats** — M3U playlists for all major IPTV players +- 📺 **EPG Integration** — XMLTV guide data included +- 🌍 **Global Coverage** — Sports, news, entertainment channels +- 🔄 **Daily Updates** — Fresh stream URLs and status reports + +## 📂 Mirrors + +- [GitHub](https://github.com/doms9/iptv) +- [GitLab](https://gitlab.com/doms9/iptv) +- [Forgejo](https://forgejo.mxnticek.eu/doms/iptv) + +## ⚠️ Disclaimer + +This repository lists publicly accessible IPTV streams as found on the internet at the time of checking. No video or audio content is hosted in this repository. These links may point to copyrighted material owned by third parties; they are provided **solely for educational and research purposes**. The author does not endorse, promote, or encourage illegal streaming or copyright infringement. End users are solely responsible for ensuring they comply with all applicable laws in their jurisdiction before using any link in this repository. If you are a rights holder and wish for a link to be removed, please open an issue. + +## 🤝 Contributing + +1. Fork the repository +2. Create a feature branch (`git checkout -b new-stream`) +3. Submit a pull request with working stream URLs + +--- + +*README optimized with [Gingiris README Generator](https://gingiris.github.io/github-readme-generator/)*