[KeezMovies] Set _extract_info as non-fatal
This commit is contained in:
parent
8e5d21b7f3
commit
e643b7ebf5
@ -128,7 +128,7 @@ class KeezMoviesIE(InfoExtractor):
|
||||
}
|
||||
|
||||
def _real_extract(self, url):
|
||||
webpage, info = self._extract_info(url)
|
||||
webpage, info = self._extract_info(url, fatal=False)
|
||||
if not info['formats']:
|
||||
embed_url = self._search_regex(
|
||||
r'<iframe\s+id="embedPlayer"\s+src="//(.+?)"', webpage, 'embed url', default=None)
|
||||
|
Loading…
x
Reference in New Issue
Block a user