diff --git a/.github/site-list.py b/.github/site-list.py index a325e430..344d0d7d 100644 --- a/.github/site-list.py +++ b/.github/site-list.py @@ -7,7 +7,7 @@ from typing import List, Dict # Globals URL_REGEX = compile( "override val mainUrl(?:\:\s?String)?[^\"']+[\"'](https?://[a-zA-Z0-9\.-]+)[\"']") -NAME_REGEX = compile("class (.+?) ?: MainAPI\(\)") +NAME_REGEX = compile("class (.+?) ?: \w+\(\)\s\{") START_MARKER = "" END_MARKER = "" GLOB = "app/src/main/java/com/lagradost/cloudstream3/*providers/*Provider.kt"