]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tf1.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / extractor / tf1.py
index aba4927ae8d512d1d2e04d5ff7e5d4d40c024a0f..5bade3ae56626c2748526a86789f133a038a4f73 100644 (file)
@@ -43,7 +43,7 @@ class TF1IE(InfoExtractor):
             'season': 'Season 3',
             'tags': 'count:13',
             'episode': 'Episode 21',
-            'duration': 2312
+            'duration': 2312,
         },
         'params': {'skip_download': 'm3u8'},
     }, {
@@ -62,7 +62,7 @@ def _real_extract(self, url):
                 'variables': json.dumps({
                     'programSlug': program_slug,
                     'slug': slug,
-                })
+                }),
             })['data']['videoBySlug']
         wat_id = video['streamId']