mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-26 02:14:32 +01:00
[beampro] Mixer Clip support added
This commit is contained in:
parent
5db78d3fde
commit
a4797ff1a5
@ -57,12 +57,7 @@ class BeamProLiveIE(BeamProBaseIE):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def suitable(cls, url):
|
def suitable(cls, url):
|
||||||
if BeamProVodIE.suitable(url):
|
return False if BeamProVodIE.suitable(url) or BeamProClipIE.suitable(url) else super(BeamProLiveIE, cls).suitable(url)
|
||||||
return False
|
|
||||||
elif BeamProClipIE.suitable(url):
|
|
||||||
return False
|
|
||||||
else:
|
|
||||||
super(BeamProLiveIE, cls).suitable(url)
|
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
channel_name = self._match_id(url)
|
channel_name = self._match_id(url)
|
||||||
|
Loading…
Reference in New Issue
Block a user