mirror of
https://github.com/l1ving/youtube-dl
synced 2026-05-28 08:30:01 +08:00
Fixup indentation
This commit is contained in:
@@ -122,9 +122,9 @@ class ABCIViewShowIE(InfoExtractor):
|
||||
},
|
||||
}]
|
||||
|
||||
@classmethod
|
||||
def suitable(cls, url):
|
||||
return False if ABCIViewIE.suitable(url) else super(ABCIViewShowIE, cls).suitable(url)
|
||||
@classmethod
|
||||
def suitable(cls, url):
|
||||
return False if ABCIViewIE.suitable(url) else super(ABCIViewShowIE, cls).suitable(url)
|
||||
|
||||
def _real_extract(self, url):
|
||||
show_id = self._match_id(url)
|
||||
|
||||
Reference in New Issue
Block a user