mirror of
https://github.com/doms9/iptv.git
synced 2026-03-10 11:47:34 +01:00
e
re-add totalsportek.py fix xstreameast.py scraping
This commit is contained in:
parent
bdc2048a26
commit
00000d9f21
4 changed files with 158 additions and 5 deletions
|
|
@ -76,7 +76,7 @@ async def process_event(
|
|||
page: Page,
|
||||
) -> tuple[str | None, str | None]:
|
||||
|
||||
nones = [None for _ in range(2)]
|
||||
nones = None, None
|
||||
|
||||
pattern = re.compile(r"\((\d+)\)")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue