mirror of
https://github.com/doms9/iptv.git
synced 2026-04-21 19:46:59 +02:00
update M3U8
This commit is contained in:
parent
0679a18b4d
commit
a130b61d8b
4 changed files with 364 additions and 524 deletions
|
|
@ -17,7 +17,6 @@ from scrapers import (
|
|||
s2watch,
|
||||
shark,
|
||||
sportzone,
|
||||
streambtw,
|
||||
streamcenter,
|
||||
streamhub,
|
||||
streamsgate,
|
||||
|
|
@ -80,7 +79,6 @@ async def main() -> None:
|
|||
asyncio.create_task(pawa.scrape()),
|
||||
asyncio.create_task(s2watch.scrape()),
|
||||
asyncio.create_task(shark.scrape()),
|
||||
# asyncio.create_task(streambtw.scrape()),
|
||||
asyncio.create_task(totalsportek1.scrape()),
|
||||
asyncio.create_task(totalsportek3.scrape()),
|
||||
asyncio.create_task(tvapp.scrape()),
|
||||
|
|
@ -112,7 +110,6 @@ async def main() -> None:
|
|||
| s2watch.urls
|
||||
| shark.urls
|
||||
| sportzone.urls
|
||||
| streambtw.urls
|
||||
| streamcenter.urls
|
||||
| streamhub.urls
|
||||
| streamsgate.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue