📺 Updated playlist - 2025-06-28 00:24

This commit is contained in:
IPTV Playlist Bot 2025-06-28 00:24:51 +00:00
parent 4ed1b80ac4
commit 9033645f8d
10 changed files with 31 additions and 24 deletions

View file

@ -0,0 +1,11 @@
Group = 🇬🇧 United Kingdom
Stream name = Sky Sports Mix FHD
Logo = https://i.ibb.co/7kYj5gc/sky-mix.png
EPG id = SkySp.Mix.HD.uk
Stream URL = https://a1xs.vip/2000008
Group = 🇬🇧 United Kingdom
Stream name = Sky Sports Mix FHD
Logo = https://i.ibb.co/7kYj5gc/sky-mix.png
EPG id = SkySp.Mix.HD.uk
Stream URL = https://a1xs.vip/2000008

View file

@ -0,0 +1,19 @@
# IPTV Playlist Generation Report
**Generated:** 2025-06-28 00:24:50
## Summary Statistics
- **Total channels processed:** 2
- **Valid channels:** 1
- **Duplicates removed:** 1
- **New channels imported:** 0
- **Countries detected:** 1
## Channel Distribution by Country
- **🇬🇧 United Kingdom:** 1 channels
## Configuration
- **Remove duplicates:** True
- **Auto country detection:** True
- **Quality detection:** True
- **Adult content filtering:** True
- **Health check enabled:** False

View file

@ -1,24 +1 @@
"""
IPTV Playlist Generator Scripts Package
Modular components for playlist generation and management.
"""
__version__ = "2.0.0"
__author__ = "IPTV Playlist Generator"
# Import main classes for easier access
from .config_manager import ConfigManager
from .channel_processor import ChannelProcessor
from .file_manager import FileManager
from .playlist_builder import PlaylistBuilder
from .health_checker import HealthChecker
from .report_generator import ReportGenerator
__all__ = [
'ConfigManager',
'ChannelProcessor',
'FileManager',
'PlaylistBuilder',
'HealthChecker',
'ReportGenerator'
]
# Scripts package