forked from recloudstream/cloudstream
Update site-list.py
This commit is contained in:
parent
5ba5312756
commit
ca76563251
1 changed files with 1 additions and 1 deletions
2
.github/site-list.py
vendored
2
.github/site-list.py
vendored
|
@ -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 = "<!--SITE LIST START-->"
|
||||
END_MARKER = "<!--SITE LIST END-->"
|
||||
GLOB = "app/src/main/java/com/lagradost/cloudstream3/*providers/*Provider.kt"
|
||||
|
|
Loading…
Reference in a new issue