diff --git a/.forgejo/workflows/generate-m3u.yml b/.forgejo/workflows/generate-m3u.yml index b5396cd..892acaf 100644 --- a/.forgejo/workflows/generate-m3u.yml +++ b/.forgejo/workflows/generate-m3u.yml @@ -154,11 +154,11 @@ jobs: echo "Cleanup done" fi else - echo "No reports to clean in $REPORT_DIR" + echo "No reports to clean in "$REPORT_DIR"" fi cd - > /dev/null # Go back to original directory else - echo "Daily reports directory $REPORT_DIR not found." + echo "Daily reports directory "$REPORT_DIR" not found." fi # Reset Import File @@ -183,7 +183,7 @@ def detect_country_enhanced(channel_name, epg_id="", logo_url="", stream_url="") elif ".us" in epg_id.lower(): return "πŸ‡ΊπŸ‡Έ United States" elif ".uk" in epg_id.lower(): - return "οΏ½πŸ‡§ United Kingdom" + return "πŸ‡¬πŸ‡§ United Kingdom" elif ".ph" in epg_id.lower(): return "πŸ‡΅πŸ‡­ Philippines" elif ".au" in epg_id.lower(): @@ -203,7 +203,7 @@ def detect_country_enhanced(channel_name, epg_id="", logo_url="", stream_url="") if any(x in channel_lower for x in ["anc global", "anc ph"]): return "πŸ‡΅πŸ‡­ Philippines" if "animax" in channel_lower: - return "πŸ‡―πŸ‡΅ Japan" + return "οΏ½πŸ‡΅ Japan" # Platform-based detection if "pluto.tv" in text or "images.pluto.tv" in text: pluto_overrides = {