]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/voicy.py
[cleanup] Minor fixes
[yt-dlp.git] / yt_dlp / extractor / voicy.py
index e4570a03ae2bdf3ded795217bd19a6efbf9ed04a..feab79138a754b1c3837ac7d18cec7d89f164841 100644 (file)
@@ -1,3 +1,5 @@
+import itertools
+
 from .common import InfoExtractor
 from ..compat import compat_str
 from ..utils import (
@@ -9,8 +11,6 @@
     unsmuggle_url,
 )
 
-import itertools
-
 
 class VoicyBaseIE(InfoExtractor):
     def _extract_from_playlist_data(self, value):
@@ -105,7 +105,7 @@ class VoicyChannelIE(VoicyBaseIE):
 
     @classmethod
     def suitable(cls, url):
-        return not VoicyIE.suitable(url) and super(VoicyChannelIE, cls).suitable(url)
+        return not VoicyIE.suitable(url) and super().suitable(url)
 
     def _entries(self, channel_id):
         pager = ''