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
8b4c9e3593
commit
76d2f9ee23
1 changed files with 1 additions and 1 deletions
2
.github/site-list.py
vendored
2
.github/site-list.py
vendored
|
@ -6,7 +6,7 @@ from typing import List, Dict
|
||||||
|
|
||||||
# Globals
|
# Globals
|
||||||
URL_REGEX = compile(
|
URL_REGEX = compile(
|
||||||
"override val mainUrl(?:\:\s?String)?[^\"']+[\"'](https?://[a-zA-Z0-9\.-]+)[\"']")
|
"override\sva[lr]\smainUrl[^\"']+[\"'](https?://[a-zA-Z0-9\.-]+)[\"']")
|
||||||
NAME_REGEX = compile("class (.+?) ?: \w+\(\)\s\{")
|
NAME_REGEX = compile("class (.+?) ?: \w+\(\)\s\{")
|
||||||
START_MARKER = "<!--SITE LIST START-->"
|
START_MARKER = "<!--SITE LIST START-->"
|
||||||
END_MARKER = "<!--SITE LIST END-->"
|
END_MARKER = "<!--SITE LIST END-->"
|
||||||
|
|
Loading…
Reference in a new issue