]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/melonvod.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / extractor / melonvod.py
index 1d3fff856621fb616f28a7bb11ecc9d6f787c343..05d9de8dc10e963ae2649373a487683ba0eb25f7 100644 (file)
@@ -20,7 +20,7 @@ class MelonVODIE(InfoExtractor):
         },
         'params': {
             'skip_download': 'm3u8 download',
-        }
+        },
     }
 
     def _real_extract(self, url):
@@ -64,5 +64,5 @@ def _real_extract(self, url):
             'thumbnail': thumbnail,
             'upload_date': upload_date,
             'duration': duration,
-            'formats': formats
+            'formats': formats,
         }