From ca7656325129be41fb82977d1a8ed33a7e414b52 Mon Sep 17 00:00:00 2001 From: Arjix <53124886+ArjixWasTaken@users.noreply.github.com> Date: Mon, 4 Oct 2021 20:28:09 +0300 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 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"