mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-11 01:27:18 +08:00
Merge pull request #103 from ytdl-org/master
[pull] master from ytdl-org:master
This commit is contained in:
commit
5159a695ac
@ -179,6 +179,10 @@ class ViewLiftIE(ViewLiftBaseIE):
|
||||
'only_matching': True,
|
||||
}]
|
||||
|
||||
@classmethod
|
||||
def suitable(cls, url):
|
||||
return False if ViewLiftEmbedIE.suitable(url) else super(ViewLiftIE, cls).suitable(url)
|
||||
|
||||
def _real_extract(self, url):
|
||||
domain, display_id = re.match(self._VALID_URL, url).groups()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user