[vidlii] Add new extractor
This commit is contained in:
parent
b7ae646eed
commit
a334c0cbd0
@ -57,9 +57,7 @@ class VidliiIE(InfoExtractor):
|
|||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
# get required video properties
|
|
||||||
video_id = self._match_id(url)
|
video_id = self._match_id(url)
|
||||||
|
|
||||||
webpage = self._download_webpage(url, video_id)
|
webpage = self._download_webpage(url, video_id)
|
||||||
|
|
||||||
title_1 = str_or_none(
|
title_1 = str_or_none(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user