mirror of
https://github.com/doms9/iptv.git
synced 2026-01-21 03:59:03 +01:00
e
fix streamhub scraping misc edits
This commit is contained in:
parent
86a88e206e
commit
00000d9ebc
7 changed files with 33 additions and 29 deletions
|
|
@ -29,7 +29,7 @@ async def get_html_data(
|
|||
r = await client.get(url, params={"date": date})
|
||||
r.raise_for_status()
|
||||
except Exception as e:
|
||||
log.error(f'Failed to fetch "{url}": {e}')
|
||||
log.error(f'Failed to fetch "{r.url}": {e}')
|
||||
|
||||
return b""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue