1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-28 08:30:01 +08:00

Fixup indentation

This commit is contained in:
Daniel Heath
2019-05-02 22:36:55 +10:00
Unverified
parent 92d90f65f5
commit da2be542f2
+3 -3
View File
@@ -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)