fix(YouTube): Fix issues related to playback by replace streaming data (#3582)
Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
17126df51c
commit
dfa94d70f6
30 changed files with 427 additions and 1126 deletions
|
|
@ -1,5 +1,17 @@
|
|||
<resources>
|
||||
<app id="youtube">
|
||||
<patch id="misc.fix.playback.SpoofVideoStreamsPatch">
|
||||
<string-array name="revanced_spoof_video_streams_client_type_entries">
|
||||
<!-- Device and operating systems names are not translatable, so no need to use strings.xml -->
|
||||
<item>iOS</item>
|
||||
<item>Android VR</item>
|
||||
</string-array>
|
||||
<string-array name="revanced_spoof_video_streams_client_type_entry_values">
|
||||
<!-- Enum names from Integrations -->
|
||||
<item>IOS</item>
|
||||
<item>ANDROID_VR</item>
|
||||
</string-array>
|
||||
</patch>
|
||||
<patch id="layout.spoofappversion.SpoofAppVersionPatch">
|
||||
<string-array name="revanced_spoof_app_version_target_entries">
|
||||
<item>@string/revanced_spoof_app_version_target_entry_1</item>
|
||||
|
|
@ -97,18 +109,6 @@
|
|||
<item>END</item>
|
||||
</string-array>
|
||||
</patch>
|
||||
<patch id="misc.fix.playback.SpoofClientPatch">
|
||||
<string-array name="revanced_spoof_client_type_entries">
|
||||
<!-- OS names are the same in all languages, so specify them here and not in Strings.xml -->
|
||||
<item>iOS</item>
|
||||
<item>Android VR</item>
|
||||
</string-array>
|
||||
<string-array name="revanced_spoof_client_type_entry_values">
|
||||
<!-- Enum names from Integrations -->
|
||||
<item>IOS</item>
|
||||
<item>ANDROID_VR</item>
|
||||
</string-array>
|
||||
</patch>
|
||||
<patch id="video.quality.RememberVideoQualityPatch">
|
||||
<string-array name="revanced_video_quality_default_entries">
|
||||
<item>@string/revanced_video_quality_default_entry_1</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue