From 196e7c31e619932e5fbdf498d47a3e3c7d824b5f Mon Sep 17 00:00:00 2001 From: Osten <11805592+LagradOst@users.noreply.github.com> Date: Wed, 16 Mar 2022 15:59:39 +0000 Subject: [PATCH] Update site-list.py --- .github/site-list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/site-list.py b/.github/site-list.py index 7b9b7c84..1d154dbb 100644 --- a/.github/site-list.py +++ b/.github/site-list.py @@ -13,7 +13,7 @@ END_MARKER = "" GLOB = "app/src/main/java/com/lagradost/cloudstream3/*providers/*Provider.kt" MAIN_API = "app/src/main/java/com/lagradost/cloudstream3/MainAPI.kt" 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] = {} enabled_sites: List[str] = []