From 39144ed7cd00665e033fd564a17b0885b06477e0 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Thu, 8 Apr 2021 21:20:34 +0200 Subject: [PATCH] Update API url for Picarto.TV (#4970) --- redbot/cogs/streams/streamtypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/streams/streamtypes.py b/redbot/cogs/streams/streamtypes.py index 6795924f5..7fcc6b831 100644 --- a/redbot/cogs/streams/streamtypes.py +++ b/redbot/cogs/streams/streamtypes.py @@ -479,7 +479,7 @@ class PicartoStream(Stream): token_name = None # This streaming services don't currently require an API key async def is_online(self): - url = "https://api.picarto.tv/v1/channel/name/" + self.name + url = "https://api.picarto.tv/api/v1/channel/name/" + self.name async with aiohttp.ClientSession() as session: async with session.get(url) as r: