mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 12:12:31 +01:00
[youtube] Fix age gate detection
This commit is contained in:
parent
a115e07594
commit
cae18ef8f2
@ -1825,7 +1825,7 @@ def extract_player_response(player_response, video_id):
|
|||||||
# Get video info
|
# Get video info
|
||||||
video_info = {}
|
video_info = {}
|
||||||
embed_webpage = None
|
embed_webpage = None
|
||||||
if re.search(r'player-age-gate-content">', video_webpage) is not None:
|
if self._html_search_meta('og:restrictions:age', video_webpage, default=None) == "18+":
|
||||||
age_gate = True
|
age_gate = True
|
||||||
# We simulate the access to the video from www.youtube.com/v/{video_id}
|
# We simulate the access to the video from www.youtube.com/v/{video_id}
|
||||||
# this can be viewed without login into Youtube
|
# this can be viewed without login into Youtube
|
||||||
|
Loading…
Reference in New Issue
Block a user