]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/xxxymovies.py
[ie/mlbtv] Fix extraction (#10296)
[yt-dlp.git] / yt_dlp / extractor / xxxymovies.py
index 0d536015cc814392cedc91dbfa3ddea4c55c3125..003af1de9550e0fb7606821bc8c353cd61c50605 100644 (file)
@@ -1,10 +1,7 @@
-from __future__ import unicode_literals
-
-
 from .common import InfoExtractor
 from ..utils import (
-    parse_duration,
     int_or_none,
+    parse_duration,
 )
 
 
@@ -24,7 +21,7 @@ class XXXYMoviesIE(InfoExtractor):
             'like_count': int,
             'dislike_count': int,
             'age_limit': 18,
-        }
+        },
     }
 
     def _real_extract(self, url):