]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/telewebion.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / extractor / telewebion.py
index 380c84d98bf7a90832dcfb8ce3280a22e9f09d76..b651160240b634cff65ed4781890f083641b3c80 100644 (file)
@@ -72,7 +72,7 @@ def _call_graphql_api(
         result = self._download_json('https://graph.telewebion.com/graphql', video_id, note, data=json.dumps({
             'operationName': operation,
             'query': f'query {operation}{parameters} @cacheControl(maxAge: 60) {{{query}\n}}\n',
-            'variables': {name: value for name, (_, value) in (variables or {}).items()}
+            'variables': {name: value for name, (_, value) in (variables or {}).items()},
         }, separators=(',', ':')).encode(), headers={
             'Content-Type': 'application/json',
             'Accept': 'application/json',