mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 01:48:01 +09:00
[youtube] Make confirm_age non-fatal (#4042)
This commit is contained in:
parent
83855f3a1f
commit
bfc2bedcfc
@ -185,8 +185,8 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
|
|||||||
|
|
||||||
self._download_webpage(
|
self._download_webpage(
|
||||||
req, None,
|
req, None,
|
||||||
note='Confirming age', errnote='Unable to confirm age')
|
note='Confirming age', errnote='Unable to confirm age',
|
||||||
return True
|
fatal=False)
|
||||||
|
|
||||||
def _real_initialize(self):
|
def _real_initialize(self):
|
||||||
if self._downloader is None:
|
if self._downloader is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user