forked from recloudstream/cloudstream
oops
This commit is contained in:
parent
a8df52bbbf
commit
a9a8c8589e
2 changed files with 6 additions and 20 deletions
4
.github/site-list.py
vendored
4
.github/site-list.py
vendored
|
@ -25,8 +25,12 @@ with open("README.md", "r+", encoding='utf-8') as readme:
|
||||||
readme.seek(0)
|
readme.seek(0)
|
||||||
|
|
||||||
readme.write(raw.split(START_MARKER)[0])
|
readme.write(raw.split(START_MARKER)[0])
|
||||||
|
readme.write(START_MARKER+"\n")
|
||||||
|
|
||||||
for site in sites:
|
for site in sites:
|
||||||
readme.write("- [{0}]({0}) \n".format(site))
|
readme.write("- [{0}]({0}) \n".format(site))
|
||||||
|
|
||||||
|
readme.write(END_MARKER+"\n")
|
||||||
readme.write(raw.split(END_MARKER)[-1])
|
readme.write(raw.split(END_MARKER)[-1])
|
||||||
|
|
||||||
readme.truncate()
|
readme.truncate()
|
22
README.md
22
README.md
|
@ -44,23 +44,5 @@ It merely scrapes 3rd-party websites that are publicly accessable via any regula
|
||||||
|
|
||||||
***Sites used:***
|
***Sites used:***
|
||||||
<!-- Do not remove those two comments -->
|
<!-- Do not remove those two comments -->
|
||||||
- [https://trailers.to](https://trailers.to)
|
<!--SITE LIST START-->
|
||||||
- [https://melomovie.com](https://melomovie.com)
|
<!--SITE LIST END-->
|
||||||
- [https://hdm.to](https://hdm.to)
|
|
||||||
- [https://lookmovie.io](https://lookmovie.io)
|
|
||||||
- [https://asianload.cc](https://asianload.cc)
|
|
||||||
- [https://www.thenos.org](https://www.thenos.org)
|
|
||||||
- [https://asiaflix.app](https://asiaflix.app)
|
|
||||||
- [https://allmoviesforyou.co](https://allmoviesforyou.co)
|
|
||||||
- [https://vf-film.org](https://vf-film.org)
|
|
||||||
- [https://vidembed.cc](https://vidembed.cc)
|
|
||||||
- [https://www.vmovee.watch](https://www.vmovee.watch)
|
|
||||||
- [https://nyaa.si](https://nyaa.si)
|
|
||||||
- [https://www.wcostream.com](https://www.wcostream.com)
|
|
||||||
- [https://animeflick.net](https://animeflick.net)
|
|
||||||
- [https://tenshi.moe](https://tenshi.moe)
|
|
||||||
- [https://gogoanime.vc](https://gogoanime.vc)
|
|
||||||
- [https://wcostream.cc](https://wcostream.cc)
|
|
||||||
- [https://kawaiifu.com](https://kawaiifu.com)
|
|
||||||
- [https://bestdubbedanime.com](https://bestdubbedanime.com)
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue