Revert "refactor: Update DopeFlix class to be open and remove deprecated base URLs"

This reverts commit a766d5ff8b.
This commit is contained in:
Cuong-Tran
2026-05-06 02:34:47 +07:00
parent 8be35a810d
commit 2e868972d3
3 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ ext {
extName = 'DopeBox'
extClass = '.DopeBox'
themePkg = 'dopeflix'
baseUrl = 'https://dopebox.to'
overrideVersionCode = 18
}

View File

@@ -2,6 +2,7 @@ ext {
extName = 'DopeFlix'
extClass = '.DopeFlix'
themePkg = 'dopeflix'
baseUrl = 'https://citysonic.tv'
overrideVersionCode = 2
}

View File

@@ -2,6 +2,7 @@ ext {
extName = 'SFlix'
extClass = '.SFlix'
themePkg = 'dopeflix'
baseUrl = 'https://sflix.to'
overrideVersionCode = 17
}