Minor change to satisfy flake8

archive/recovered-github-prs
MaximZ21 4 years ago
parent 27ef02fa83
commit 1a44fd0106

@ -21,7 +21,7 @@ class VlaretvPlaylistIE(InfoExtractor):
webpage = self._download_webpage(url, playlist_id)
urls = re.findall(r'<a href="(.+?)" class="video_thumbnail"', webpage)
title = self._html_search_regex(r'<title>(.+?) \| Vlare</title>', webpage, 'title')
# When playlist points to deleted video there is an "error" in the url (Ex. https://vlare.tv/v/error/3257)
entries = [self.url_result(urljoin('https://vlare.tv', u)) for u in urls if 'error' not in u]

Loading…
Cancel
Save