generated from ReVanced/revanced-patches-template
-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(YouTube - Spoof video streams): Add 'Android Creator' #4262
Merged
LisoUseInAIKyrios
merged 3 commits into
ReVanced:dev
from
LisoUseInAIKyrios:fix/spoof_kids_music_videos
Jan 6, 2025
Merged
fix(YouTube - Spoof video streams): Add 'Android Creator' #4262
LisoUseInAIKyrios
merged 3 commits into
ReVanced:dev
from
LisoUseInAIKyrios:fix/spoof_kids_music_videos
Jan 6, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…back of kids videos that contain music
3 tasks
extensions/shared/library/src/main/java/app/revanced/extension/shared/spoof/ClientType.java
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
LisoUseInAIKyrios
changed the title
fix(YouTube - Spoof video streams): Add 'Android Creator' to fix playback of kids videos that contain music
fix(YouTube - Spoof video streams): Add 'Android Creator', restore AV1 codec to 'Android VR'
Jan 4, 2025
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
LisoUseInAIKyrios
changed the title
fix(YouTube - Spoof video streams): Add 'Android Creator', restore AV1 codec to 'Android VR'
fix(YouTube - Spoof video streams): Add 'Android Creator'
Jan 4, 2025
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
github-actions bot
pushed a commit
that referenced
this pull request
Jan 6, 2025
## [5.8.1-dev.1](v5.8.0...v5.8.1-dev.1) (2025-01-06) ### Bug Fixes * **YouTube - Spoof video streams:** Add 'Android Creator' ([#4262](#4262)) ([0479dd2](0479dd2))
Saibamen
reviewed
Jan 6, 2025
extensions/shared/library/src/main/java/app/revanced/extension/shared/spoof/ClientType.java
Show resolved
Hide resolved
github-actions bot
pushed a commit
that referenced
this pull request
Jan 7, 2025
## [5.8.1](v5.8.0...v5.8.1) (2025-01-07) ### Bug Fixes * **YouTube - Spoof video streams:** Add 'Android Creator' ([#4262](#4262)) ([0479dd2](0479dd2))
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Android Creator was briefly used but later removed since Yt-dlp shows it needs additional authentication, but other projects suggest otherwise.
The client correctly plays videos with music and labeled "for children" such as https://youtu.be/bHtvEpeXrfc
Also adds extra client parameters that most the YT downloaders already use:
deviceMake
,osName
,X-YouTube-Client-Version
. This change also restores the AV1 video codec to Android VR client.'Android Creator' does not support HDR video and is the most limited of the Android clients, but it does play some videos that all other clients cannot.