]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/mlb.py
[cleanup] Misc
[yt-dlp.git] / yt_dlp / extractor / mlb.py
index 48baecc47adfe7b1f43da1200df9817dd5c3ef3a..ab0edbae390fc7c8927bba57851406e7ad2b9791 100644 (file)
@@ -325,7 +325,7 @@ def _real_extract(self, url):
         airings = self._download_json(
             f'https://search-api-mlbtv.mlb.com/svc/search/v2/graphql/persisted/query/core/Airings?variables=%7B%22partnerProgramIds%22%3A%5B%22{video_id}%22%5D%2C%22applyEsniMediaRightsLabels%22%3Atrue%7D',
             video_id)['data']['Airings']
-    
+
         formats, subtitles = [], {}
         for airing in airings:
             m3u8_url = self._download_json(