add comment
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user