diff --git a/youtube_dl/extractor/xtube.py b/youtube_dl/extractor/xtube.py index 01b253dcb..958f785dc 100644 --- a/youtube_dl/extractor/xtube.py +++ b/youtube_dl/extractor/xtube.py @@ -84,7 +84,7 @@ class XTubeIE(InfoExtractor): webpage = self._download_webpage( url_pattern % video_id, display_id, headers={ - 'Cookie': 'age_verified=1; cookiesAccepted=1', + 'Cookie': 'AGEGATEPASSED=1; cookiesAccepted=1', }) title, thumbnail, duration = [None] * 3