forked from recloudstream/cloudstream
Update site-list.py
This commit is contained in:
parent
2e2614b1b0
commit
fd454c617c
1 changed files with 1 additions and 1 deletions
2
.github/site-list.py
vendored
2
.github/site-list.py
vendored
|
@ -55,7 +55,7 @@ with open("README.md", "r+", encoding='utf-8') as readme:
|
||||||
for site in enabled_sites:
|
for site in enabled_sites:
|
||||||
if site in sites:
|
if site in sites:
|
||||||
readme.write(
|
readme.write(
|
||||||
"- [{0}]({1}) \n".format(sub("^https?://", "", sites[site]), sites[site]))
|
"- [{0}]({1}) \n".format(sub("^https?://(?:www\.)?", "", sites[site]), sites[site]))
|
||||||
|
|
||||||
readme.write(END_MARKER)
|
readme.write(END_MARKER)
|
||||||
readme.write(raw.split(END_MARKER)[-1])
|
readme.write(raw.split(END_MARKER)[-1])
|
||||||
|
|
Loading…
Reference in a new issue