[vidlii] Add new extractor

This commit is contained in:
Patrick Jattke 2017-11-17 11:10:58 +01:00
parent b7ae646eed
commit a334c0cbd0

View File

@ -57,9 +57,7 @@ class VidliiIE(InfoExtractor):
}]
def _real_extract(self, url):
# get required video properties
video_id = self._match_id(url)
webpage = self._download_webpage(url, video_id)
title_1 = str_or_none(