1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-07-05 09:56:20 +00:00

Fixup indentation

This commit is contained in:
Daniel Heath 2019-05-02 22:36:55 +10:00
parent 92d90f65f5
commit da2be542f2

View File

@ -122,8 +122,8 @@ class ABCIViewShowIE(InfoExtractor):
}, },
}] }]
@classmethod @classmethod
def suitable(cls, url): def suitable(cls, url):
return False if ABCIViewIE.suitable(url) else super(ABCIViewShowIE, cls).suitable(url) return False if ABCIViewIE.suitable(url) else super(ABCIViewShowIE, cls).suitable(url)
def _real_extract(self, url): def _real_extract(self, url):