diff options
author | bashonly <bashonly@protonmail.com> | 2024-10-20 14:49:00 -0500 |
---|---|---|
committer | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-10-21 18:39:58 +0000 |
commit | fed53d70bdb7d3e37ef63dd7fcf0ef74356167fd (patch) | |
tree | fe3e37770f247c6575d3217c4fd990a278793971 | |
parent | ec2f4bf0823a13043f98f5bd0bf6677837bf09dc (diff) |
[ie/youtube] Remove broken `android_producer` client (#11297)
Authored by: bashonly
-rw-r--r-- | yt_dlp/extractor/youtube.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/yt_dlp/extractor/youtube.py b/yt_dlp/extractor/youtube.py index 60492fff9..728cb0696 100644 --- a/yt_dlp/extractor/youtube.py +++ b/yt_dlp/extractor/youtube.py @@ -202,22 +202,6 @@ INNERTUBE_CLIENTS = { 'REQUIRE_JS_PLAYER': False, 'PLAYER_PARAMS': '2AMB', }, - # This client only has legacy formats and storyboards - # BROKEN: Unable to download API page: HTTP Error 403: Forbidden "The caller does not have permission" - 'android_producer': { - 'INNERTUBE_CONTEXT': { - 'client': { - 'clientName': 'ANDROID_PRODUCER', - 'clientVersion': '0.111.1', - 'androidSdkVersion': 30, - 'userAgent': 'com.google.android.apps.youtube.producer/0.111.1 (Linux; U; Android 11) gzip', - 'osName': 'Android', - 'osVersion': '11', - }, - }, - 'INNERTUBE_CONTEXT_CLIENT_NAME': 91, - 'REQUIRE_JS_PLAYER': False, - }, # iOS clients have HLS live streams. Setting device model to get 60fps formats. # See: https://github.com/TeamNewPipe/NewPipeExtractor/issues/680#issuecomment-1002724558 'ios': { |