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:
parent
92d90f65f5
commit
da2be542f2
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user