diff --git a/backups/channels_20250627_221302.txt b/backups/channels_20250627_221302.txt deleted file mode 100644 index e69de29..0000000 diff --git a/backups/channels_20250628_002450.txt b/backups/channels_20250628_002450.txt new file mode 100644 index 0000000..00a07d4 --- /dev/null +++ b/backups/channels_20250628_002450.txt @@ -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 \ No newline at end of file diff --git a/reports/playlist_report_20250628_002450.md b/reports/playlist_report_20250628_002450.md new file mode 100644 index 0000000..7ed60cf --- /dev/null +++ b/reports/playlist_report_20250628_002450.md @@ -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 diff --git a/scripts/__init__.py b/scripts/__init__.py index 56cbfe6..7994ee4 100644 --- a/scripts/__init__.py +++ b/scripts/__init__.py @@ -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' -] \ No newline at end of file +# Scripts package diff --git a/scripts/__pycache__/channel_processor.cpython-311.pyc b/scripts/__pycache__/channel_processor.cpython-311.pyc index 0b4d636..6f8b290 100644 Binary files a/scripts/__pycache__/channel_processor.cpython-311.pyc and b/scripts/__pycache__/channel_processor.cpython-311.pyc differ diff --git a/scripts/__pycache__/config_manager.cpython-311.pyc b/scripts/__pycache__/config_manager.cpython-311.pyc index 49accd0..246f45f 100644 Binary files a/scripts/__pycache__/config_manager.cpython-311.pyc and b/scripts/__pycache__/config_manager.cpython-311.pyc differ diff --git a/scripts/__pycache__/file_manager.cpython-311.pyc b/scripts/__pycache__/file_manager.cpython-311.pyc index 7c9a5b2..509b5e8 100644 Binary files a/scripts/__pycache__/file_manager.cpython-311.pyc and b/scripts/__pycache__/file_manager.cpython-311.pyc differ diff --git a/scripts/__pycache__/health_checker.cpython-311.pyc b/scripts/__pycache__/health_checker.cpython-311.pyc index 2dcff24..9af5b02 100644 Binary files a/scripts/__pycache__/health_checker.cpython-311.pyc and b/scripts/__pycache__/health_checker.cpython-311.pyc differ diff --git a/scripts/__pycache__/playlist_builder.cpython-311.pyc b/scripts/__pycache__/playlist_builder.cpython-311.pyc index eb05620..40dbff7 100644 Binary files a/scripts/__pycache__/playlist_builder.cpython-311.pyc and b/scripts/__pycache__/playlist_builder.cpython-311.pyc differ diff --git a/scripts/__pycache__/report_generator.cpython-311.pyc b/scripts/__pycache__/report_generator.cpython-311.pyc index 81150b3..61fac71 100644 Binary files a/scripts/__pycache__/report_generator.cpython-311.pyc and b/scripts/__pycache__/report_generator.cpython-311.pyc differ