]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/redge.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / extractor / redge.py
index 875d6f8aa58b9f02a26324dcafd7e0197c5d068b..7cb91eea4862daeb98e4ff6376607ab02f9eaf15 100644 (file)
@@ -51,14 +51,14 @@ class RedCDNLivxIE(InfoExtractor):
         'only_matching': True,
     }]
 
-    """
+    '''
     Known methods (first in url path):
     - `livedash` - DASH MPD
     - `livehls` - HTTP Live Streaming
     - `livess` - IIS Smooth Streaming
     - `nvr` - CCTV mode, directly returns a file, typically flv, avc1, aac
     - `sc` - shoutcast/icecast (audio streams, like radio)
-    """
+    '''
 
     def _real_extract(self, url):
         tenant, path = self._match_valid_url(url).group('tenant', 'id')