mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update site-list.py
This commit is contained in:
parent
ccb38542f4
commit
196e7c31e6
1 changed files with 1 additions and 1 deletions
2
.github/site-list.py
vendored
2
.github/site-list.py
vendored
|
@ -13,7 +13,7 @@ END_MARKER = "<!--SITE LIST END-->"
|
||||||
GLOB = "app/src/main/java/com/lagradost/cloudstream3/*providers/*Provider.kt"
|
GLOB = "app/src/main/java/com/lagradost/cloudstream3/*providers/*Provider.kt"
|
||||||
MAIN_API = "app/src/main/java/com/lagradost/cloudstream3/MainAPI.kt"
|
MAIN_API = "app/src/main/java/com/lagradost/cloudstream3/MainAPI.kt"
|
||||||
API_REGEX = compile(
|
API_REGEX = compile(
|
||||||
"val (?:restrictedA|a)pis = arrayListOf\((.+?)\)(?=\n\n)", DOTALL)
|
"val\s*allProviders.*?{\s.*?arrayListOf\(([\W\w]*?)\)\s*\n*\s*}", DOTALL)
|
||||||
|
|
||||||
sites: Dict[str, str] = {}
|
sites: Dict[str, str] = {}
|
||||||
enabled_sites: List[str] = []
|
enabled_sites: List[str] = []
|
||||||
|
|
Loading…
Reference in a new issue