mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
e
rename tvpass.py -> tvapp.py misc edits
This commit is contained in:
parent
edf6618aa8
commit
00000d9b17
3 changed files with 11 additions and 11 deletions
|
|
@ -21,7 +21,7 @@ from scrapers import (
|
|||
streamhub,
|
||||
streamsgate,
|
||||
totalsportek,
|
||||
tvpass,
|
||||
tvapp,
|
||||
watchfooty,
|
||||
webcast,
|
||||
xstreameast,
|
||||
|
|
@ -71,7 +71,7 @@ async def main() -> None:
|
|||
# asyncio.create_task(streamhub.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(streamsgate.scrape(xtrnl_brwsr)),
|
||||
asyncio.create_task(totalsportek.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(tvpass.scrape(hdl_brwsr)),
|
||||
asyncio.create_task(tvapp.scrape(hdl_brwsr)),
|
||||
# asyncio.create_task(webcast.scrape(hdl_brwsr)),
|
||||
]
|
||||
|
||||
|
|
@ -114,7 +114,7 @@ async def main() -> None:
|
|||
| streamhub.urls
|
||||
| streamsgate.urls
|
||||
| totalsportek.urls
|
||||
| tvpass.urls
|
||||
| tvapp.urls
|
||||
| watchfooty.urls
|
||||
| webcast.urls
|
||||
| xstreameast.urls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue