]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/laxarxames.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / extractor / laxarxames.py
index e157f7c086bd775d76fe639d65cd12283e758e61..f6d515b2185c722252039139a2859c0814ae062e 100644 (file)
@@ -58,7 +58,7 @@ def _real_extract(self, url):
             'https://api.laxarxames.cat/Media/GetMediaPlayInfo', video_id,
             data=json.dumps({
                 'MediaId': int(video_id),
-                'StreamType': 'MAIN'
+                'StreamType': 'MAIN',
             }).encode(), headers={
                 'Authorization': f'Bearer {self._TOKEN}',
                 'X-Tenantorigin': 'https://laxarxames.cat',