Commit e3bf1173 authored by TheTechRobo's avatar TheTechRobo
Browse files

Fix Hobune.stream

parent 74c490ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -231,6 +231,7 @@ class Hobune(YouTubeService):
        available = None
        lastupdated = time.time()
        for url in urls_to_try:
            url = url.format(id)
            async with session.get(url, headers={"User-Agent": user_agent}, timeout=5) as resp:
                code = resp.status
                raw.append(code)