1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-04 00:55:15 +00:00

[extractor/youtube] Handle consent.youtube

This commit is contained in:
pukkandan
2023-02-03 23:53:35 +05:30
parent dad2210c0c
commit b032ff0f03
2 changed files with 48 additions and 2 deletions

View File

@ -21,7 +21,8 @@ from .youtube import ( # Youtube is moved to the top to improve performance
YoutubeYtBeIE,
YoutubeYtUserIE,
YoutubeWatchLaterIE,
YoutubeShortsAudioPivotIE
YoutubeShortsAudioPivotIE,
YoutubeConsentRedirectIE,
)
from .abc import (