mirror of
https://github.com/doms9/iptv.git
synced 2026-03-09 11:37:43 +01:00
e
fix tvapp.py scraping misc edits
This commit is contained in:
parent
3d5b650833
commit
00000d947c
5 changed files with 36 additions and 62 deletions
|
|
@ -119,7 +119,7 @@ async def scrape() -> None:
|
|||
log.info(f"Processing {len(events)} new URL(s)")
|
||||
|
||||
if events:
|
||||
now = Time.clean(Time.now()).timestamp()
|
||||
now = Time.clean(Time.now())
|
||||
|
||||
for i, ev in enumerate(events, start=1):
|
||||
handler = partial(
|
||||
|
|
@ -150,7 +150,7 @@ async def scrape() -> None:
|
|||
"url": url,
|
||||
"logo": logo,
|
||||
"base": "https://gooz.aapmains.net",
|
||||
"timestamp": now,
|
||||
"timestamp": now.timestamp(),
|
||||
"id": tvg_id or "Live.Event.us",
|
||||
"link": link,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue