mirror of
https://github.com/doms9/iptv.git
synced 2026-06-16 12:56:26 +02:00
e
- re-add streamhub.py - misc edits.
This commit is contained in:
parent
b6622c8953
commit
00000d9b3a
3 changed files with 161 additions and 3 deletions
|
|
@ -18,6 +18,7 @@ from scrapers import (
|
|||
shark,
|
||||
sportspass,
|
||||
streamcenter,
|
||||
streamhub,
|
||||
streamsgate,
|
||||
streamtp,
|
||||
watchfooty,
|
||||
|
|
@ -74,6 +75,7 @@ async def main() -> None:
|
|||
# asyncio.create_task(resportz.scrape()),
|
||||
asyncio.create_task(shark.scrape()),
|
||||
asyncio.create_task(streamcenter.scrape()),
|
||||
asyncio.create_task(streamhub.scrape()),
|
||||
asyncio.create_task(streamsgate.scrape()),
|
||||
asyncio.create_task(streamtp.scrape()),
|
||||
asyncio.create_task(webcast.scrape()),
|
||||
|
|
@ -107,6 +109,7 @@ async def main() -> None:
|
|||
| shark.urls
|
||||
| sportspass.urls
|
||||
| streamcenter.urls
|
||||
| streamhub.urls
|
||||
| streamsgate.urls
|
||||
| streamtp.urls
|
||||
| watchfooty.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue