e
This commit is contained in:
parent
e0e04c8635
commit
00000d9362
10 changed files with 230 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import asyncio
|
||||
from pathlib import Path
|
||||
|
||||
from scrapers import fstv, livetvsx, ppv, streambtw, streameast, tvpass
|
||||
from scrapers import fstv, livetvsx, ppv, streambtw, streameast, streamed, tvpass
|
||||
from scrapers.utils import CLIENT, UA, get_logger
|
||||
|
||||
log = get_logger(__name__)
|
||||
|
|
@ -42,6 +42,7 @@ async def main() -> None:
|
|||
| ppv.urls
|
||||
| streambtw.urls
|
||||
| streameast.urls
|
||||
| streamed.urls
|
||||
| tvpass.urls
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue