]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/rtvcplay.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / extractor / rtvcplay.py
index e7dcd5fd611d22c26ad88990af2a5b697caf0bb8..5b0eee96598bf9e1b63ce758857e1d017eaf85c0 100644 (file)
@@ -213,7 +213,7 @@ class RTVCPlayEmbedIE(RTVCPlayBaseIE):
             'title': 'Tráiler: Señoritas',
             'thumbnail': r're:^https?://.*\.(?:jpg|png)',
             'ext': 'mp4',
-        }
+        },
     }]
 
     def _real_extract(self, url):
@@ -235,7 +235,7 @@ def _real_extract(self, url):
                 'title': 'title',
                 'description': 'description',
                 'thumbnail': ('image', ..., 'thumbnail', 'path'),
-            }, get_all=False)
+            }, get_all=False),
         }
 
 
@@ -282,5 +282,5 @@ def _real_extract(self, url):
                 'title': 'title',
                 'description': 'description',
                 'thumbnail': ('channel', 'image', 'logo', 'path'),
-            })
+            }),
         }