]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/commonprotocols.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / extractor / commonprotocols.py
index 2f93e8ea5ad9db750a9385ad790317122730cf9f..7b3a5b654666703f49e63518e3c4df8f6ae49891 100644 (file)
@@ -63,7 +63,7 @@ class ViewSourceIE(InfoExtractor):
 
     _TEST = {
         'url': 'view-source:https://www.youtube.com/watch?v=BaW_jenozKc',
-        'only_matching': True
+        'only_matching': True,
     }
 
     def _real_extract(self, url):