add comment
This commit is contained in:
parent
a1ac365fad
commit
e62327c64f
@ -204,6 +204,7 @@ class StreamProvider:
|
||||
class StreamlinkRunner(StreamProvider):
|
||||
def stream(self):
|
||||
if "youtube.com" in urllib.parse.urlparse(self.upstream).hostname.lower():
|
||||
# YouTube doesn't work with StreamLink as of 23-jul-2023
|
||||
return StreamData(None, None, None, None, None, None, False)
|
||||
try:
|
||||
session = None
|
||||
|
Loading…
Reference in New Issue
Block a user