mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
e
- re-add volokit.py
This commit is contained in:
parent
f504eb2131
commit
00000d9476
3 changed files with 232 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ from scrapers import (
|
|||
streamsgate,
|
||||
totalsportek,
|
||||
tvapp,
|
||||
volokit,
|
||||
watchfooty,
|
||||
webcast,
|
||||
xstreameast,
|
||||
|
|
@ -83,6 +84,7 @@ async def main() -> None:
|
|||
# asyncio.create_task(streambtw.scrape()),
|
||||
asyncio.create_task(totalsportek.scrape()),
|
||||
asyncio.create_task(tvapp.scrape()),
|
||||
asyncio.create_task(volokit.scrape()),
|
||||
asyncio.create_task(xstreameast.scrape()),
|
||||
]
|
||||
|
||||
|
|
@ -118,6 +120,7 @@ async def main() -> None:
|
|||
| streamsgate.urls
|
||||
| totalsportek.urls
|
||||
| tvapp.urls
|
||||
| volokit.urls
|
||||
| watchfooty.urls
|
||||
| webcast.urls
|
||||
| xstreameast.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue