From 6cebe97d6d44d3167d451d2f262cc09a50733bc7 Mon Sep 17 00:00:00 2001 From: Miralia <77816406+Miralia@users.noreply.github.com> Date: Sat, 28 Jun 2025 19:12:00 +0800 Subject: [PATCH 1/2] add FPT Play --- app/core/meta/streamingplatform.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/core/meta/streamingplatform.py b/app/core/meta/streamingplatform.py index 4804c598..22cd46b9 100644 --- a/app/core/meta/streamingplatform.py +++ b/app/core/meta/streamingplatform.py @@ -272,6 +272,7 @@ class StreamingPlatforms(metaclass=Singleton): ("CTHP", "CATCHPLAY+"), ("HBOGO", "HBO GO"), ("HBO", "HBO"), + ("FPTP", "FPT Play"), ] def __init__(self): From 5f44e4322df689562871bf72e3d758c809b08e2c Mon Sep 17 00:00:00 2001 From: Miralia <77816406+Miralia@users.noreply.github.com> Date: Sat, 28 Jun 2025 19:47:33 +0800 Subject: [PATCH 2/2] Fix and add more --- app/core/meta/streamingplatform.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/core/meta/streamingplatform.py b/app/core/meta/streamingplatform.py index 22cd46b9..450f5ecb 100644 --- a/app/core/meta/streamingplatform.py +++ b/app/core/meta/streamingplatform.py @@ -48,7 +48,7 @@ class StreamingPlatforms(metaclass=Singleton): ("", "MyVideo"), ("Hami", "Hami Video"), ("HamiVideo", "Hami Video"), - ("", "meWATCH"), + ("MW", "meWATCH"), ("CATCHPLAY", "CATCHPLAY+"), ("CPP", "CATCHPLAY+"), ("LINETV", "LINE TV"), @@ -265,14 +265,16 @@ class StreamingPlatforms(metaclass=Singleton): ("JONU", "Jonu Play"), ("PlutoTV", "Pluto TV"), ("AbemaTV", "Abema"), - ("dTV", ""), - ("MW", ""), + ("", "dTV"), ("NYMEY", "Nymey"), - ("SMNS", ""), + ("SMNS", "SAMANSA"), ("CTHP", "CATCHPLAY+"), ("HBOGO", "HBO GO"), ("HBO", "HBO"), ("FPTP", "FPT Play"), + ("", "LOCIPO"), + ("DANT", "DANET"), + ("OV", "OceanVeil"), ] def __init__(self):