From 5da8c7ff21d7a43931ee3c14ee8e2f586bae25ac Mon Sep 17 00:00:00 2001 From: MrHulk <154370583+MrHulk02@users.noreply.github.com> Date: Thu, 24 Apr 2025 10:30:43 +0530 Subject: [PATCH] sunnxt service --- vinetrimmer/config/Services/sunnxt.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vinetrimmer/config/Services/sunnxt.yml diff --git a/vinetrimmer/config/Services/sunnxt.yml b/vinetrimmer/config/Services/sunnxt.yml new file mode 100644 index 0000000..4950a3c --- /dev/null +++ b/vinetrimmer/config/Services/sunnxt.yml @@ -0,0 +1,13 @@ +secret_key: A3s68aORSgHs$71P +client_secret: apalyaSonyTV + +UA: okhttp/2.5.0 + +endpoints: + contentDetail: https://pwaapi.sunnxt.com/content/v3/contentDetail/{titleid}/?level=devicemax&fields=contents,user/currentdata,generalInfo,subtitles,globalServiceName,globalServiceId + playback: https://api.sunnxt.com/content/v3/media/{titleid}/ + tv_content: https://pwaapi.sunnxt.com/content/v3/vods/GID_{_id}/?fields=contents,generalInfo,globalServiceName&startIndex={index}&count=100 + #login + register_device_url: https://api.sunnxt.com/user/v7/registerDevice + code_url: https://api.sunnxt.com/user/v4/device/code + link_url: https://api.sunnxt.com/user/v4/device/validate \ No newline at end of file