[youtube] Make confirm_age non-fatal (#4042)

pull/8/head
Philipp Hagemeister 2014-10-26 21:49:29 +01:00
rodzic 83855f3a1f
commit bfc2bedcfc
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -185,8 +185,8 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
self._download_webpage(
req, None,
note='Confirming age', errnote='Unable to confirm age')
return True
note='Confirming age', errnote='Unable to confirm age',
fatal=False)
def _real_initialize(self):
if self._downloader is None: