1
0
Fork 0

[extractor/youtube] Handle consent.youtube

This commit is contained in:
pukkandan 2023-02-03 23:53:35 +05:30
commit b032ff0f03
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
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 (