]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/stageplus.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / extractor / stageplus.py
index 77e4362fc6311cf1bfc4230994537810ec4d53f9..639907269362108723712d67e39e9207019ffed1 100644 (file)
@@ -468,7 +468,7 @@ def _real_extract(self, url):
         }, data=json.dumps({
             'query': self._GRAPHQL_QUERY,
             'variables': {'videoId': concert_id},
-            'operationName': 'videoDetailPage'
+            'operationName': 'videoDetailPage',
         }, separators=(',', ':')).encode())['data']['node']
 
         metadata = traverse_obj(data, {