Skip to content

Tags: unknown44444444444444444444444444444444/youtube-local

Tags

v2.8.10

Toggle v2.8.10's commit message
Switch to android test suite client by default

Invidious' solution to the destruction of the android client:
iv-org/invidious#4650

Fixes user234683#207

v2.8.9

Toggle v2.8.9's commit message
Use ios client to bypass youtube blockage of android cleint

Fixes user234683#205

absidue notes that blockage of the android client is collateral
damage due to YouTube's war with ReVanced. Switching to iOS should
keep us out of the line of fire for now:
yt-dlp/yt-dlp#9554 (comment)

v2.8.8

Toggle v2.8.8's commit message
Update android client parameters to fix blockage

Fixes user234683#205

Culprit appears to have been androidSdkVersion

v2.8.7

Toggle v2.8.7's commit message
Update android client version to fix 400 Bad Request

Fixes user234683#201

Thanks to @MBCX

v2.8.6

Toggle v2.8.6's commit message
av-merge: Retry failed requests

Should reduce playback stalling

v2.8.5

Toggle v2.8.5's commit message
Fix comment count extraction due to 'K/M' postfixes

YouTube now displays 2K comments instead of 2359, for instance

v2.8.4

Toggle v2.8.4's commit message
Fix comment count not extracted sometimes

YouTube created a new key 'commentCount' in addition to 'headerText'

v2.8.3

Toggle v2.8.3's commit message

v2.8.2

Toggle v2.8.2's commit message
Filter out translated audio tracks

See comment in code

v2.8.1

Toggle v2.8.1's commit message
Revert to android URLs and fix 403s by including params

Including 'params': '8AEB' fixes the issue with the URLs
returning 403 after a couple minutes into the video.

Credit to @ImportTaste for pointing this out

Closes user234683#168