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
5dcc06af4d
commit
f1e5da3a1d
4 changed files with 390 additions and 566 deletions
|
|
@ -25,7 +25,6 @@ from scrapers import (
|
|||
totalsportek1,
|
||||
totalsportek3,
|
||||
tvapp,
|
||||
volokit,
|
||||
webcast,
|
||||
)
|
||||
from scrapers.utils import get_logger, network
|
||||
|
|
@ -85,7 +84,6 @@ async def main() -> None:
|
|||
asyncio.create_task(totalsportek1.scrape()),
|
||||
asyncio.create_task(totalsportek3.scrape()),
|
||||
asyncio.create_task(tvapp.scrape()),
|
||||
# asyncio.create_task(volokit.scrape()),
|
||||
asyncio.create_task(webcast.scrape()),
|
||||
]
|
||||
|
||||
|
|
@ -122,7 +120,6 @@ async def main() -> None:
|
|||
| totalsportek1.urls
|
||||
| totalsportek3.urls
|
||||
| tvapp.urls
|
||||
| volokit.urls
|
||||
| webcast.urls
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue