mirror of
https://github.com/doms9/iptv.git
synced 2026-06-13 12:26:26 +02:00
update M3U8
This commit is contained in:
parent
e2edcd09c7
commit
79d60bad2f
4 changed files with 574 additions and 681 deletions
|
|
@ -17,7 +17,6 @@ from scrapers import (
|
|||
streamsgate,
|
||||
streamtpnew,
|
||||
totalsportek,
|
||||
tvapp,
|
||||
watchfooty,
|
||||
webcast,
|
||||
xyzstream,
|
||||
|
|
@ -71,7 +70,6 @@ async def main() -> None:
|
|||
asyncio.create_task(streamsgate.scrape()),
|
||||
asyncio.create_task(streamtpnew.scrape()),
|
||||
asyncio.create_task(totalsportek.scrape()),
|
||||
# asyncio.create_task(tvapp.scrape()),
|
||||
asyncio.create_task(webcast.scrape()),
|
||||
asyncio.create_task(xyzstream.scrape()),
|
||||
]
|
||||
|
|
@ -102,7 +100,6 @@ async def main() -> None:
|
|||
| streamsgate.urls
|
||||
| streamtpnew.urls
|
||||
| totalsportek.urls
|
||||
| tvapp.urls
|
||||
| watchfooty.urls
|
||||
| webcast.urls
|
||||
| xyzstream.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue