1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-05 23:51:09 +02:00

Merge pull request #13 from random-nick/master

[youtube] Fix age gate detection
This commit is contained in:
Tom-Oliver Heidel 2020-08-31 23:51:18 +02:00 committed by GitHub
commit 90b7b5e129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1836,7 +1836,7 @@ def extract_player_response(player_response, video_id):
# Get video info
video_info = {}
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
# We simulate the access to the video from www.youtube.com/v/{video_id}
# this can be viewed without login into Youtube