]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/caracoltv.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / extractor / caracoltv.py
index 79f7752fe07bb9da56b29bf6b094b3153a2cfd4a..493ffdae5e822c54873a02108dd65879735fced4 100644 (file)
@@ -78,13 +78,13 @@ def _perform_login(self, email, password):
                 'device_data': {
                     'device_id': str(uuid.uuid4()),
                     'device_token': '',
-                    'device_type': 'web'
+                    'device_type': 'web',
                 },
                 'login_data': {
                     'enabled': True,
                     'email': email,
                     'password': password,
-                }
+                },
             }).encode())['user_token']
 
     def _extract_video(self, video_data, series_id=None, season_id=None, season_number=None):