From 5781d2b9046763f4956058a6721725f79f48eb05 Mon Sep 17 00:00:00 2001 From: FongMi Date: Mon, 5 Dec 2022 18:43:50 +0800 Subject: [PATCH] Clean up code --- README.md | 8 ++++---- other/{live-offline.json => example/live/offline.json} | 0 other/{live-online.json => example/live/online.json} | 0 other/{vod-offline.json => example/vod/offline.json} | 0 other/{vod-online.json => example/vod/online.json} | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename other/{live-offline.json => example/live/offline.json} (100%) rename other/{live-online.json => example/live/online.json} (100%) rename other/{vod-offline.json => example/vod/offline.json} (100%) rename other/{vod-online.json => example/vod/online.json} (100%) diff --git a/README.md b/README.md index 2fadb8628..1b573a1a5 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ https://github.com/CatVodTVOfficial/CatVodTVJarLoader [TV-Python](https://github.com/FongMi/TV/blob/main/release/leanback-python.apk?raw=true "TV-Python") ### Config Example -[Vod-Online](other/vod-online.json) -[Vod-Offline](other/vod-offline.json) -[Live-Online](other/live-online.json) -[Live-Offline](other/live-offline.json) +[Vod-Online](other/example/vod/online.json) +[Vod-Offline](other/example/vod/offline.json) +[Live-Online](other/example/live/online.json) +[Live-Offline](other/example/live/offline.json) ### Subtitle Format In playerContent put "sub" diff --git a/other/live-offline.json b/other/example/live/offline.json similarity index 100% rename from other/live-offline.json rename to other/example/live/offline.json diff --git a/other/live-online.json b/other/example/live/online.json similarity index 100% rename from other/live-online.json rename to other/example/live/online.json diff --git a/other/vod-offline.json b/other/example/vod/offline.json similarity index 100% rename from other/vod-offline.json rename to other/example/vod/offline.json diff --git a/other/vod-online.json b/other/example/vod/online.json similarity index 100% rename from other/vod-online.json rename to other/example/vod/online.json